Jasper Woudenberg

Results 63 comments of Jasper Woudenberg
trafficstars

That's a good usecase @nickmeharry, thanks for sharing. There's a discussion in #168 about list Fuzzers perhaps generating fewer elements. Also, it's possible to create a shortListFuzzer without relying on...

How would you all feel if I sent around a short survey asking for applications people have for `andThen`, to take inventory of what it would take to make removing...

@Janiczek nice use case! Yes, the idea is that `custom` provides the basic building block to implement tools for any specific use case. It takes a generator and a shrinker,...

I made a survey! https://docs.google.com/forms/d/e/1FAIpQLSebuE0i4KXChLN4nstmH720UeQ3jgF-PRlCg-_eNj0Nv7i_Yg/viewform?usp=sf_link I'll distribute it among Elm channels and report back the results.

@rtfeldman I plan on closing it this weekend. I got four responses so far that didn't really unearth anything new. I'll write up a summary and a proposal for next...

Here's a summary of all the use cases that came up in the survey, which got 4 responses: 1. Recursively fuzzing messages based on the state of the model (three...

@avh4 You mean grab the messages that can be generated from the Html fully automatically? I didn't know that was possible, cool! I like the ease of use of that...

@Janiczek Haha, that entire list was a previous draft of the paragraph above. I deleted the bunch. Sorry for the mess :).

I've thought a bit more about the lazy case and don't really see a way we can have our cake and eat it too. It seems to me we have...

- I've removed the `Debug.crash` from `Test.Runner.fuzz` in favour of a Result. - I've published the Msg list fuzzer here: https://github.com/jwoudenberg/elm-test-experimental From my perspective this is ready to merge but...