-
Notifications
You must be signed in to change notification settings - Fork 442
Reduce number of raw:
interpolations in CodeGeneration
#1977
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
Comments
Tracked in Apple’s issue tracker as rdar://113237456 |
I've grabbed the lowest-hanging fruit and removed all the no-longer-needed |
So actually, if I've already started doing things related to this issue, I can do the whole thing. |
We've already eliminated most of the
Let me know if there are any issues with these changes or if you can identify other potential usages of |
Yes, that seems like a good change to me
You are correct, |
CodeGeneration still uses many
raw:
interpolations, which should be avoided unless it’s really necessary. Some of theseraw:
interpolations don’t need to theraw:
label anymore. For some others, we could restructure how nodes are represented in SyntaxSupport to useTokenSyntax
instead ofString
, similar to what I’ve done in #1914.The text was updated successfully, but these errors were encountered: