-
Notifications
You must be signed in to change notification settings - Fork 38
Priliminary support for staged keyword
#348
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
Conversation
…ation during diff testing
…ring Add Block.mls into DiffMaker and prepare the function for lowering Use older Import syntax for now
|
There is no need to add such a field to |
This comment was marked as resolved.
This comment was marked as resolved.
Please elaborate; this doesn't help. Why are they failing? Also, please fix the conflicts. |
Co-authored-by: Lionel Parreaux <[email protected]>
Co-authored-by: Lionel Parreaux <[email protected]>
|
I think we can merge this as soon as you finish addressing the comments. I guess it can be marked as "ready", yes? |
|
Yes, it is ready now. |
This reverts commit e4d7b22.
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.
LGTM, thx
This is a draft PR to implement the
stagedkeyword and:stagingcompiler flag.This currently cannot merge due to the change in semantics.Import syntax in MLsCompiler.scala.
Adding the
staged: Boolfield intoFunDefnis a bit hacky to avoid rewriting existing match statements, we'll look into adding the field toClsLikeBodyinstead.