-
Couldn't load subscription status.
- Fork 125
Add support for raw identifiers. #887
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
Conversation
|
@allevato, would you mind reviewing please? |
|
@swift-ci test |
|
@swift-ci test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks! Excited to use this once the feature itself lands.
|
@swift-ci test |
1 similar comment
|
@swift-ci test |
This PR adds support for the raw identifiers feature introduced with [SE-0451](https://forums.swift.org/t/accepted-with-revision-se-0451-raw-identifiers/76387). At this time, I _think_ I don't need to make any changes to our macro expansion code for it to compile and run, however I may need to revisit later in order to treat functions with raw identifiers as having "display names" and to synthesize test IDs for them that are concise (CRC-32 to the rescue?) We'll cross that bridge when we come to it, after the feature has landed in the toolchain. Resolves #842.
… explicit display name string literals
|
@swift-ci test |
db5c06a to
11ef9ff
Compare
|
@swift-ci test |
|
@swift-ci test |
This PR adds support for the raw identifiers feature introduced with SE-0451.
Resolves #842.
Checklist: