Johannes Link
Johannes Link
Closing since the above suggestion seems to solve the problem. @lmartelli Feel free to re-open.
I think I have an inkling of what you mean, but could you add an example or two to make sure we're thinking of the same thing?
I think, this idea requires a link from a shrinkable back to its arbitrary or at least to what you call the unparser. Having this backlink to the arbitrary would...
In CI the SOE seems to occur only on Java 18. Bad. Tried to circumvent it temporarily by fixing seed of test.
> In any case, stacktrace without streams is way easier to read The code is so much more involved, though, that I'd like to leave it unchanged until tackling the...
Could be interesting for you https://github.com/mmerdes.
> This is usually done manually in JUnit tests when you expect a certain output - I can see how this could be useful. Question is though, can it be...
@vlsi Could you add the code for SetMutatingChainState if you have it still lying around? Would simplify playing around with the options a bit.
I think a) is not a feasible option since prefetching shrinking results can access the state in behaviour changing way. This could lead to additional queries to a database or...
> > Do not shrink a single transformation if it is accessing state and any following transformation changes state. > > All my actions access state, so discarding the tail...