-
-
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
An undefined variable doesn't raise an error #14878
Comments
Oh, and one more piece of info: this is a reduced case, obviously. In the original case, I didn't even notice my mistake until it ran on Travis and failed - so something about Travis is different, possibly |
The travis failure is probably due to no inlining. |
Yep, inlining bug. |
Is this related? I acidentally added a random unicode character (a subscript k) to a line but all the tests passed. Is it because the statement was "effect free" and thus got dead code eliminated or something like that? |
That one should be fixed by #14756 |
Ah, ok. Thanks. |
This is still reproducible on master |
@IainNZ Can be closed, right? |
@mschauer Can it? Does not happen anymore? |
Still was happening 12 days ago |
Seems to be fixed now. But need a test. |
Close #14878 by adding test for uncaught undef. var.
Thing to look for is that
junk
inWeirdness
is not definedOn Julia 0.4.1:
On master, just built:
EDIT1: reduced complexity of code
EDIT2: no need for the
kwargs
The text was updated successfully, but these errors were encountered: