-
-
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
str macros in other modules #6970
Labels
parser
Language parsing and surface syntax
Comments
I agree that this would be a nice feature, but it shouldn't block the 0.3 release, so I have removed the 0.3 milestone. |
TotalVerb
added a commit
to TotalVerb/julia
that referenced
this issue
Sep 27, 2016
TotalVerb
added a commit
to TotalVerb/julia
that referenced
this issue
Oct 3, 2016
TotalVerb
added a commit
to TotalVerb/julia
that referenced
this issue
Dec 7, 2016
simonbyrne
pushed a commit
that referenced
this issue
Dec 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For testing, it would help to be able to use string macros without directly importing them:
(currently parses as
Module.r * "abc"
)The text was updated successfully, but these errors were encountered: