Skip to content

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

Open
beef331 wants to merge 6 commits into
mattaylor:masterfrom
beef331:master
Open

Made the elvis operator a macro that checks each step of an expression#12
beef331 wants to merge 6 commits into
mattaylor:masterfrom
beef331:master

Conversation

@beef331
Copy link
Copy Markdown

@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