Charles O'Farrell
Charles O'Farrell
Not a big deal, but it would be nice if Pegdown support strikeout/strikethrough syntax like `~~this~~` which works in Github.
There’s a jlink repository targeted at comparing shrinking behaviour of various PBT libraries: https://github.com/jlink/shrinking-challenge
This has two advantages: 1. Don't re-download the (unreliable) hoogle text files 2. Includes the submodule packages!!!
Currently all you get is ``` Failed to run 'cabal sdist' for source package: test ``` Which isn't very helpful. :)
Rather than just mutating the env. Pass around something (like) `[PathDir]`. https://github.com/ambiata/mafia/pull/75/files#r52970125
http://hackage.haskell.org/package/packunused
We're only using a call-by-need `Identity`, which is lazy but not stack-safe. That means, among other things, that generating large lists will never work. We should use a stack-safe `traverse`...
There’s a @jlink repository targeted at comparing shrinking behaviour of various PBT libraries: https://github.com/jlink/shrinking-challenge
I'm afraid to say that due to a few life developments I am unable to do any real maintenance or support for Scala Hedgehog for the foreseeable future. :( While...
The Scala version _might_ have the same problem: https://github.com/hedgehogqa/haskell-hedgehog/pull/313 - https://github.com/hedgehogqa/scala-hedgehog/blob/6d369c1378941b701e7f2cfa1e8f9e10e38b3568/core/src/main/scala/hedgehog/Gen.scala#L167-L176 - https://github.com/hedgehogqa/scala-hedgehog/blob/6d369c1378941b701e7f2cfa1e8f9e10e38b3568/core/src/main/scala/hedgehog/state/Action.scala#L159