John Ky
John Ky
I'm getting intermittent build failures like this: ``` ld: library not found for -lHSshelley-spec-ledger-0.1.0.0-inplace-ghc8.6.5 clang: error: linker command failed with exit code 1 (use -v to see invocation) `gcc' failed...
At the moment, when `hedgehog` cannot find the source files, it outputs text that looks like this: ``` forAll0 = All 2 attempts failed forAll1 = 2022-02-10 10:59:03.3182463 UTC ```...
To much of the delta between expected and actual is marked as different when they are actually the same. For example: ``` 49 ┃ yaml === json ┃ ^^^^^^^^^^^^^ ┃...
In particular, when a test fails, I'd like a way to perform some `IO` action to read a file and annotate it. It is insufficient to do the annotation before...
`hedgehog` seems to be slow generating large vectors in CI environment. This is perhaps because the CI environment is underpowered compared to my development environment, but the problem of generating...
I think it just needs a release from `main`.
This PR modifiers the pretty printer to improve the structure of the output for readability. Included in the change is the switch from `ansi-wl-pprint` to `prettyprinter`. The switch allows for...
Would be nice if there was a combinator that can descend into a JSON string as if it were JSON. For example with the JSON: ``` { "field": "\"{\"subField\": 1}"...
When running `doctest` in Github Actions, if GHC is not installed via `ghcup` (for example it was already installed in the virtual environment) then the `doctest` fails in this manner:...