Make running compilation test more robust... #22
Labels
heisenbug
Bug appears only in some environments, and steps to replicate it on developer machine are unknown
patches-welcome
Developers welcome patches or suggestions how it is solved in other libraries.
json-autotype
currently compiles the generated Haskell code immediately after producing it, in order to verify that it indeed can parse all the input files.We can either bank on the solution that disables this type of testing (which is not the best practice), or fix these weird environments that fail to run it properly.
Currently it fails on:
cabal >= 2.0
json-autotype tests failing commercialhaskell/stackage#4185stack
but only in the GitLab CI environment (#heisenbug) https://gitlab.com/migamake/json-autotype/-/jobs/126570099#patches-accepted
The text was updated successfully, but these errors were encountered: