Skip to content

Fuzz.Extra.sequence now respects the order of its input fuzzers#8

Open
jbrains wants to merge 1 commit intoktonon:masterfrom
jbrains:fix-fuzz-sequence
Open

Fuzz.Extra.sequence now respects the order of its input fuzzers#8
jbrains wants to merge 1 commit intoktonon:masterfrom
jbrains:fix-fuzz-sequence

Conversation

@jbrains
Copy link

@jbrains jbrains commented Jul 3, 2020

I know that this is a breaking change, but it seemed strange to me that sequence would turn the fuzzers [a, b, c] into a fuzzer that produces lists like [c, b, a]. Accordingly, I've added a simple test to illustrate the behavior I was expected and have "fixed" the function.

I can understand if you'd rather not introduce a breaking change abruptly like this I'm open to alternatives to suggesting how to introduce this change into the library. At a minimum, if sequence is going to retain its current behavior, then I would recommend emphasizing that in its documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant