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

Avoid dangling else in error macros #1086

Merged
merged 2 commits into from Apr 18, 2021
Merged

Avoid dangling else in error macros #1086

merged 2 commits into from Apr 18, 2021

Conversation

lballabio
Copy link
Owner

At times, the old version of the macros could cause a misleading-intentation warning.

Also, switching to the new version helped find out a number of places in which the semicolon after the macro was missing. Luckily, this resulted in the same effective behavior.

Sometimes it causes misleading-indentation warnings.
Fortunately, the effect was the same.
@lballabio lballabio added this to the 1.23 release milestone Apr 18, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 71.064% when pulling 85754d8 on error-macros into 2dc188c on master.

@lballabio lballabio merged commit fe86fff into master Apr 18, 2021
@lballabio lballabio deleted the error-macros branch April 18, 2021 15:27
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.

None yet

2 participants