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

Remove coverage_enabled from parser_params #7951

Merged

Conversation

yui-knk
Copy link
Contributor

@yui-knk yui-knk commented Jun 17, 2023

yyparse never changes the value of coverage_enabled. coverage_enabled depends on only return value of e_option_supplied. Therefore parser_params doesn't need to have `coverage_enabled.

`yyparse` never changes the value of `coverage_enabled`.
`coverage_enabled` depends on only return value of `e_option_supplied`.
Therefore `parser_params` doesn't need to have `coverage_enabled.
@yui-knk yui-knk force-pushed the remove_coverage_enabled_from_parser_params branch from 0cfb355 to 9b51ef8 Compare June 17, 2023 13:20
@yui-knk yui-knk merged commit 4f79c83 into ruby:master Jun 18, 2023
92 checks passed
@yui-knk yui-knk deleted the remove_coverage_enabled_from_parser_params branch June 18, 2023 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant