Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeneratorGrammarFuzzer: Fix order of expansions with explicit ordering (#171) #172

Merged
merged 1 commit into from Jan 8, 2024

Conversation

mikeTheLightning
Copy link

There is an issue in the implementation of the order option, that is supported by the GeneratorGrammarFuzzer. Instead of comparing the order value of an expansion, it compares the index of the order value.

Closes #171

@andreas-zeller andreas-zeller merged commit 1d57242 into uds-se:master Jan 8, 2024
7 checks passed
@andreas-zeller
Copy link
Member

Thanks a lot!

@mikeTheLightning mikeTheLightning deleted the fix-issue-171 branch January 8, 2024 11:24
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.

Out of order extension in GeneratorGrammarFuzzer
2 participants