-
-
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
local scope problems with @parallel #6760
Comments
@EthanAnderes not directly related to the issue, but please try to always code-quote Julia macro names to avoid sending notifications to GitHub users who happen to share them. |
does this have something to do with |
@pao: Sorry to be dense here but I'm a total newbie at github. Could you elaborate a bit. I'm not sure I know what you mean when you say "code-quote Julia macro names" |
If you don't put backticks around |
@StefanKarpinski I see now..the problem was that I left out the backticks in the title. Sorry about that. |
I'm not sure if the title causes a notification--I hope not. It was in the first line (I edited it to add the backticks). Sorry for the confusion. |
I don't think titles are interpreted as markdown for better or worse. |
Closed by #19594 |
is this case tested? |
The call to
@parallel
in the local scope below can't finda
Outside the conditional scope it works fine
google groups reference
[pao: quoting macro name]
The text was updated successfully, but these errors were encountered: