-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Migrate the remaining completion kinds to solver-based + rework type-checking of string interpolations #63717
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
Merged
ahoppen
merged 32 commits into
swiftlang:main
from
ahoppen:ahoppen/remaining-solver-based
Jul 9, 2023
Merged
Migrate the remaining completion kinds to solver-based + rework type-checking of string interpolations #63717
ahoppen
merged 32 commits into
swiftlang:main
from
ahoppen:ahoppen/remaining-solver-based
Jul 9, 2023
Conversation
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
41a2e94
to
3218a64
Compare
e7ed1dc
to
1c41554
Compare
f185bed
to
40fba5f
Compare
@swift-ci Please smoke test macOS |
@swift-ci Please SourceKit stress test |
This was referenced Mar 15, 2023
[IDE] Ignore score kinds that represent implicit conversions when solving for code completion
#63855
Closed
530e94e
to
80dfd5b
Compare
@swift-ci Please smoke test |
@swift-ci Please SourceKit stress test |
80dfd5b
to
d735deb
Compare
@swift-ci Please SourceKit stress test |
@swift-ci Please smoke test macOS |
d735deb
to
c0feec5
Compare
@swift-ci Please smoke test |
@swift-ci Please SourceKit stress test |
1 similar comment
@swift-ci Please SourceKit stress test |
@swift-ci Please smoke test macOS |
…`applyResultBuilderBodyTransform` when solving for code completion
…tance member reference
17d7c0f
to
597c0dc
Compare
@swift-ci Please test |
@swift-ci Please SourceKit stress test |
This was referenced Jul 12, 2023
Open
Closed
ahoppen
added a commit
to ahoppen/swift-source-compat-suite
that referenced
this pull request
Jul 12, 2023
Update after swiftlang/swift#63717 has been merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This migrates the remaining code completion kinds to solver-based. It also includes #61746 because migrating the remaining code completion kinds and that PR depend on each other.
The PR is still WIP and I’m trying to split some things off to make this PR reviewable.
rdar://73282163