-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Parser] Introduce a request for parsing type and extension members. #26925
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
@swift-ci please smoke test |
@swift-ci please test source compatibility |
@swift-ci please test compiler performance |
Compilation-performance test failed |
Ensure that lazy parsing of the members of nominal type definitions and extensions is handled through a request. Most of the effort here is in establishing a new request zone for parser requests.
6e66c5c
to
d8f7c9e
Compare
@swift-ci please smoke test |
@swift-ci please test source compatibility |
@swift-ci please test compiler performance |
1 similar comment
@swift-ci please test compiler performance |
@swift-ci please test source compatibility |
@swift-ci please smoke test Linux |
The source-compatibility failure is unrelated; master failed the same way in https://ci.swift.org/view/Source%20Compatibility/job/swift-master-source-compat-suite/4034/ and has since been fixed. |
Ensure that lazy parsing of the members of nominal type definitions
and extensions is handled through a request. Most of the effort here
is in establishing a new request zone for parser requests.