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

Made the elvis operator a macro that checks each step of an expression #12

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

beef331
Copy link

@beef331 beef331 commented Mar 6, 2023

This change makes the elvis operator better at handling complex expressions. It also removes the incorrect try except usage that caught defects, as they just hide bugs if you use the 'proper' --panics: on.

This solves the underlying problem that @ajusa faced.

If replicated for the ? template it could also resolve #10, #11.

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.

try/catch doesn't work with C interop and structs
1 participant