Max Goldstein

Results 105 comments of Max Goldstein

Clarifying question: are these 1000 lines all from one failing test, or from many? If the former, this sounds like a shrinking bug (which I may or may not be...

Okay, seems reasonable. Might be worth deciding whether we stop testing, or just truncate the display when writing to the terminal. (If we ever have JSON output, might as well...

Makes sense, although that seems like it will cause problems when we go to parallelize tests.

There is also [lobo](https://github.com/benansell/lobo), and I honestly have no idea why it's necessary over what we provide. You also missed [elm-verify-examples](https://github.com/stoeffel/elm-verify-examples) which is in the README already. But yes, I...

Not sure if it's relevant to this issue, but yes, it's valid to say that `Fuzz.string` should generate whitespace strings more often. They are a good edge case, and fuzzers...

I'll hit the approve button, but we should be careful about the release and have a plan to rollback if we break a lot of tests.

Oh shoot, I got turned around and thought this was the active repo. It is not.

This looks good to me. I'm sorting through upcoming changes and don't want breaking API on master right this moment though.

Tagging *major-release-blocker* so we don't forget about this. Merge conflicts suck but I don't think it's worth resolving them now is we're still not ready to merge. Merging onto a...

Can you see if this reproduces with the patch in #118 applied?