-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Name Lookup, ASTScope] simplified and debugged #25692
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
ASTScopeLookup by default Create empty fn bodies for IDE tests. Include initializer source range for property wrappers. Add -disable-astscope-lookup
@swift-ci please smoke test |
@swift-ci please smoke test |
1 similar comment
@swift-ci please smoke test |
@swift-ci please clean smoke test os x platform |
@swift-ci please clean smoke test |
@swift-ci please smoke test osx platform |
@swift-ci please smoke test os x platform |
@swift-ci please smoke test os x platform |
@swift-ci please smoke test os x platform |
@swift-ci please smoke test linux platform |
1 similar comment
@swift-ci please smoke test linux platform |
This seems to have caused a regression on Windows. https://dev.azure.com/compnerd/3133d6ab-80a8-4996-ac4f-03df25cd3224/_apis/build/builds/3656/logs/31 |
Improved draft of ASTScope lookup, disabled by default. Includes options to enable or disable, and parser lookup disable option. Passes tests per
ninja check-swift
withexport SWIFT_TEST_OPTIONS=-enable-astscope-lookup
set for XFAIL purposes.