-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Add checker speculation helper, use in overload resolution #57421
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
Closed
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
6c2105a
Heavy WIP
weswigham c507e37
Still a bit WIP, but most failing tests look like improvements now
weswigham eaa6845
These all seem like logical outcomes to the changes added
weswigham d258aa3
Add extra tests
weswigham fbf8ffe
Remove unneeded speculative cache registrations
weswigham d75610c
Revert removal of circularity error bypass
weswigham 56a2026
Dont assume deferred type reference target types are resolved when we…
weswigham 6d0dfbb
Remove whitespace
weswigham 8a66709
Swap to lazy decorator+accessor-backed speculation machinery for link…
weswigham 5196f05
Expedite and make consistent signature error reporting
weswigham 0655150
Merge branch 'main' into speculation-helper-wip
weswigham e861368
Accept positive baseline diff...?
weswigham 4b50e12
Run format
weswigham 1beceeb
Backout unrelated change
weswigham 8605b12
Backout no longer needed lib/target change
weswigham ada8221
Fix one class of the self-build errors
weswigham e92f50b
Now that we speculate, we can and should reset argCheckMode for every…
weswigham dd829c4
Use lazy speculatable map for relationship caches to reduce eager cop…
weswigham fb3cac4
Merge branch 'main' into speculation-helper-wip
weswigham bca2687
Sanity check assert, formatting
weswigham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I don't really know if I need to have bothered making the save/restore mechanism for diagnostic collections this externally opaque, since they're
@internal
anyway.