-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
true === nothing
when expanding macro.
#29836
Labels
Comments
FWIW, seems a bit similar to #29253 but that was only on master I think. |
vtjnash
added
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
macros
@macros
bug
Indicates an unexpected problem or unintended behavior
compiler:inference
Type inference
and removed
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
macros
@macros
labels
Oct 29, 2018
vtjnash
added a commit
that referenced
this issue
Oct 29, 2018
Oops. fixes #29836, and adds explicit test coverage
Merged
Keno
pushed a commit
that referenced
this issue
Oct 31, 2018
Oops. fixes #29836, and adds explicit test coverage
Good MWE makes for fast fixes :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
This was detected when I tried to test my project MLStyle with JuliaPro 1.0.1.1 on Windows 10(64 bit), and a very ridiculous bug showed up at that time.
After that I made efforts to reproduce it without codes that depends MLStyle .
I simplify it to quite a simple case:
output log:
P.S: Only when it's inside a function,
true === nothing
error occurs in macro expanding, and no macro expanding works well, too.The text was updated successfully, but these errors were encountered: