Skip to content
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

Closed
vtjnash opened this issue May 26, 2014 · 1 comment
Closed

str macros in other modules #6970

vtjnash opened this issue May 26, 2014 · 1 comment
Labels
parser Language parsing and surface syntax

Comments

@vtjnash
Copy link
Member

vtjnash commented May 26, 2014

For testing, it would help to be able to use string macros without directly importing them:

Module.r"abc"

(currently parses as Module.r * "abc")

@vtjnash vtjnash added this to the 0.3 milestone May 26, 2014
@stevengj stevengj removed this from the 0.3 milestone May 27, 2014
@stevengj
Copy link
Member

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.

@ihnorton ihnorton added the parser Language parsing and surface syntax label Aug 19, 2015
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
* Permit using string macro with "qualified" name

Close #6970.
Close #14208.

* Add NEWS, doc for string and command macros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser Language parsing and surface syntax
Projects
None yet
Development

No branches or pull requests

4 participants