-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add missing apply constructors for Refined and TypeProjection TypeTrees
#23837
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
Add missing apply constructors for Refined and TypeProjection TypeTrees
#23837
Conversation
b0b43be to
8f730e1
Compare
|
@jchyb Can you please rebase and fix the conflicts. Thanks. |
8f730e1 to
feb1a8c
Compare
|
@WojciechMazur tagging you to keep track of this, I'm thinking we should get it into 3.8.0-RC1 |
|
@jchyb would you be able to rebase once again...? We've let it hang for quite a bit, I know. |
feb1a8c to
d18ec54
Compare
|
Apologies, I also forgot about this. If backporting this this late would be troubling then in my opinion this is something that could potentially wait for 3.10 (everything added here in this PR could previously be achieved in other ways, the changes here are for convenience and completeness) |
|
@hamzaremmal bump for the review |
Closes #11755
TypeBind is omitted, for reasons mentioned in #23836
I should mention that neither of these constructors is critical (we can just convert the
TypeReprcounterparts toTypeTrees), but I guess they are nice to have.