Skip to content

[ConstraintSystem] Generalize uninitialized wrapped variable targets #38912

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
merged 4 commits into from
Aug 23, 2021

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Aug 17, 2021

  • Allow solution application targets to support both wrapped variables and patterns.
  • Implement support for uninitialized pattern bindings.

@xedin xedin requested a review from hborla August 17, 2021 21:23
xedin added 4 commits August 17, 2021 14:23
…ed variables

Rename `uninitializedWrappedVar` kind to `uninitializedVar` and
allow storage of patterns and indices into pattern binding entry.
This like `let x: Int` or `let (x, y), ...` are now supported by
the constraint solver.
@xedin xedin force-pushed the generalize-unitialized-var-target branch from 25ed949 to 6ee42ab Compare August 17, 2021 21:25
@xedin
Copy link
Contributor Author

xedin commented Aug 20, 2021

@swift-ci please test

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - 6ee42ab

@xedin
Copy link
Contributor Author

xedin commented Aug 20, 2021

@swift-ci please test macOS platform

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - 6ee42ab

@xedin
Copy link
Contributor Author

xedin commented Aug 21, 2021

@swift-ci please test macOS platform

@xedin
Copy link
Contributor Author

xedin commented Aug 23, 2021

@swift-ci please smoke test

@xedin xedin merged commit 9518286 into swiftlang:main Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants