Sam

Results 628 comments of Sam

Appreciate all the comprehensive feedback so far. Here is round 2. - Adopt the name "permutations". I think @OliverO2 had some great feedback that property testing isn't really what people...

> True. However, especially for easier reusability it would be nice to be able declaring them outside; but I admit that it's cleaner to restrict it to inside the block....

> Valid arguments. Each naming variant captures part of what's going on. I wasn't even aware that `before`/`after` apply to each permutation, although that makes the most sense. Still, naming...

> How about using this to embrace the sequence as discussed in one of the threads by having the permutation context implement the `Sequence` interface? > > Or being a...

I think this is in a good spot to get into the snapshot builds. There's still some work to do - namely I have to finish wiring in the shrinks,...

The test failure on macos is unrelated, seems to be a general issue with our build.

I think Sample is the right word still. I thought about this when doing the new syntax proposal and ended up thinking that both types of values are samples. Random...

I tried to make this change too and couldn't get the trampoline stuff to work, so you're a better man than me :)

@oliverblaha can you run apiDump

The latest snapshot might have this fixed @JesusMcCloud