-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Drop given parameter syntax #8270
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
Drop given parameter syntax #8270
Conversation
255f38e
to
84a0197
Compare
@@ -163,8 +163,8 @@ Standard-Section: "ASTs" TopLevelStat* | |||
POLYtype Length result_Type NamesTypes -- A polymorphic method type `[NamesTypes]result`, used in refinements | |||
METHODtype Length result_Type NamesTypes -- A method type `(NamesTypes)result`, needed for refinements | |||
ERASEDMETHODtype Length result_Type NamesTypes -- A method type `erased (NamesTypes)result`, needed for refinements | |||
GIVENMETHODtype Length result_Type NamesTypes -- A method type `(given NamesTypes)result`, needed for refinements | |||
ERASEDGIVENMETHODtype Length result_Type NamesTypes -- A method type `given(erased NamesTypes)result`, needed for refinements | |||
GIVENMETHODtype Length result_Type NamesTypes -- A method type `(using NamesTypes)result`, needed for refinements |
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.
Note: At some point we will need to rename GIVENMETHODtype
to CONTEXTMETHODtype
Just need to fix the community build. Otherwise LGTM. |
@nicolasstucki I've updated the following projects: shapeless effpi is the one that failed because it was unable to find the Serialized/T reference. The changes for all the projects are on the To my knowledge, only xml-interpolator is left to be updated. |
No description provided.