Skip to content

Conversation

mknos
Copy link
Contributor

@mknos mknos commented May 11, 2024

  • YYERROR() was an alias for yy_err_recover()
  • YYERROR() was only called once, so call yy_err_recover() directly
  • When testing, I temporarily forced $return=2 instead of working out how to trigger it

* YYERROR() was an alias for yy_err_recover()
* YYERROR() was only called once, so call yy_err_recover() directly
* When testing, I temporarily forced $return=2 instead of working out how to trigger it
@github-actions github-actions bot added Type: enhancement improve a feature that already exists Priority: low get to this whenever Program: bc The bc program labels May 11, 2024
Copy link
Owner

@briandfoy briandfoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good change and I hope we get more of these sorts of trimmings in bc

@briandfoy briandfoy merged commit 93bb386 into briandfoy:master May 22, 2024
@briandfoy briandfoy added Status: accepted The fix is accepted and removed Priority: low get to this whenever labels May 22, 2024
@briandfoy briandfoy self-assigned this May 22, 2024
@briandfoy briandfoy added Status: released there is a new release with this fix and removed Status: accepted The fix is accepted labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Program: bc The bc program Status: released there is a new release with this fix Type: enhancement improve a feature that already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants