-
Notifications
You must be signed in to change notification settings - Fork 35
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
fix #476: isdefined with QuoteNode #477
Conversation
Codecov Report
@@ Coverage Diff @@
## master #477 +/- ##
=======================================
Coverage 89.28% 89.29%
=======================================
Files 12 12
Lines 2342 2344 +2
=======================================
+ Hits 2091 2093 +2
Misses 251 251
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems correct to me, although I'm a bit uncomfortable with removing the error fallback (mostly because I'm too unfamiliar with what else is valid in a @isdefined
expression).
Ok, I just had a look at what the base interpreter does and looks like it is buggy as well 😆 (it will error if asserts are enabled):
Base has an additional case for |
5b06312
to
bd2b9bd
Compare
bd2b9bd
to
63dd5b3
Compare
No description provided.