-
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
MWE for broken using
#129
Comments
Since this is a toplevel expression you would AFAIU need
and this then works fine. Does this error somewhere when interpreting a working julia file? |
Hmm, yes, I can see that now but it feels like this was working last week. Does this mean that you can only ever call
If that is now a limitation, how should I run the individual tests? |
That's what the
All this happens automatically behind the scenes for you with ordinary Julia sessions, but when you're creating a parallel evaluation mechanism you have to face it a bit more directly. |
Current build seems to have broken the
using
command.This causes
The text was updated successfully, but these errors were encountered: