Closed memowe closed 1 month ago
Regarding my problems to auto-generate the tests:
[memowe@rakete haskell-extra]$ runghc Generate.hs
Generate.hs:6:1: error:
Could not load module ‘Data.List.Extra’
It is a member of the hidden package ‘extra-1.7.14’.
...
However, building and testing the current test suite works fine.
Hi there! Any feedback is much appreciated. :)
Sorry for the delay in replying. I think this would be a good addition. Adding guardedA
seems sensible too. https://github.com/ndmitchell/extra/blob/master/Generate.hs now has documentation on how to run it which works (newer Cabal sandboxing means the old version no longer works) - does that work for you?
Awesome, I'll check right now. :)
https://github.com/ndmitchell/extra/blob/master/Generate.hs now has documentation on how to run it which works [...] - does that work for you?
Thanks! Yes, it works now, although I had to manually
λ :set -package quickcheck-instances
I think this should be ready to merge. Is there anything I can do to help? :)
Any news? 😮
Sorry, I kind of fell off the face of the planet as other things became quite busy in life. Apologies for the delay - the code looks great and I'll make a release with it in shortly.
No worries, thank you so much for taking time to merge this. <3
I'd like to add the
guarded
function, which I often need. It is well known by relude or Protolude.I was able to run the test suite and I added documentation including code examples, which should lead to auto-generated tests, but I was unable to run
Generate.hs
in my GHC 9.4.7 environment. Any hints?TODO
guardedA
?