Skip to content
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

Trees: move context bounds Type.{Param -> Bounds} #4099

Merged
merged 2 commits into from
Dec 30, 2024

Conversation

kitbellew
Copy link
Collaborator

Since SIP-64, every case which uses Type.Bounds in existing trees needs to support context bounds (unlike some of the cases which are currently implemented using Type.Param but might not support context bounds). Fixes #4093.

@kitbellew kitbellew force-pushed the 4093 branch 2 times, most recently from 81bac01 to 4525324 Compare December 29, 2024 09:21
Since SIP-64, every case which uses Type.Bounds in existing trees needs
to support context bounds (unlike some of the cases which are currently
implemented using Type.Param but might not support context bounds).
@tgodzik tgodzik merged commit 2500d12 into scalameta:main Dec 30, 2024
30 checks passed
@kitbellew kitbellew deleted the 4093 branch December 30, 2024 19:25
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.

SIP-64 support - Context Bounded Type Members / Associated Types
2 participants