-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[NFC NameLookup ASTScope] Fixes for large app, eager primary tree creation, memberCount fix. #27143
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
Can you add reduced test cases for the bugs you fixed? |
bb0dafa
to
35dd464
Compare
@swift-ci please smoke test |
@swift-ci please smoke test |
e9f4f47
to
771a381
Compare
@swift-ci please smoke test |
@slavapestov I have split up the commits, as you suggested (offline). I'll think about tests, but may not come up with any. For this PR, with ASTScopes disabled, the bugs are moot. The |
771a381
to
e8cb103
Compare
@swift-ci please smoke test |
@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 |
Latest ASTScope lookup code, disabled-by-default. Includes fixes for bugs exposed when compiling a large app, and also fixes for other changes made to the source base.