We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/thautwarm/JuliaVariables.jl/blob/b66db8e1f1efc84406b073ad2a8c03efe34c6b62/src/JuliaVariables.jl#L233
This is relevant to JuliaStaging/GeneralizedGenerated.jl#44 .
It seems that at least Expr and Symbol can have scopes, while a literal, or QuoteNode cannot.
Expr
Symbol
QuoteNode
I'll update the code once I make sure all possibilities.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/thautwarm/JuliaVariables.jl/blob/b66db8e1f1efc84406b073ad2a8c03efe34c6b62/src/JuliaVariables.jl#L233
This is relevant to JuliaStaging/GeneralizedGenerated.jl#44 .
It seems that at least
Expr
andSymbol
can have scopes, while a literal, orQuoteNode
cannot.I'll update the code once I make sure all possibilities.
The text was updated successfully, but these errors were encountered: