-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Compile Time Constant Extraction] Extract KeyPath Expressions #73718
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
[Compile Time Constant Extraction] Extract KeyPath Expressions #73718
Conversation
bb646b8
to
bde30ef
Compare
@swift-ci test |
// CHECK-NEXT: "typeName": "ExtractKeyPaths.KeyPaths", | ||
// CHECK-NEXT: "mangledTypeName": "15ExtractKeyPaths0bC0V", | ||
// CHECK-NEXT: "kind": "struct", | ||
// CHECK-NEXT: "file": "SOURCE_DIR/test/ConstExtraction/ExtractKeyPaths.swift", |
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.
To have these tests work on windows, I believe instead of /
you need to specify {{/|\\}}
.
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.
Ok changed that and restarted the tests.
bde30ef
to
4483fb9
Compare
@swift-ci test |
4483fb9
to
6e797f5
Compare
@swift-ci test |
Added support for extracting key path variables
Example: