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

More backend regression tests #13

Merged
merged 5 commits into from
Dec 30, 2024
Merged

More backend regression tests #13

merged 5 commits into from
Dec 30, 2024

Conversation

alastairreid
Copy link

  • try-catch
  • uncaught exceptions
  • function return
  • procedure return
  • assert

This disables a warning that code like

if ((x == 0)) ...

should have the parentheses removed.

This warning makes sense for hand-written code but it is nonsense for
machine generated code.
@alastairreid alastairreid merged commit b6a5edf into master Dec 30, 2024
1 check passed
@alastairreid alastairreid deleted the areid-tests-2 branch December 30, 2024 19:23
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