-
Notifications
You must be signed in to change notification settings - Fork 38
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
Support non-trivial lambdas in Scala-style rendering format #490
base: develop
Are you sure you want to change the base?
Conversation
@pshirshov I have this approach in my mind to support nontrivial lamdas but it still emitting the same. Any suggestions for it? |
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.
This is good, thank you! But I think it should be done on Ref level
I guess it might be a good idea to build locally first. |
Ok, I will move these changes to LightTypeTagRef.scala |
@varshith257 : could you tell me if you still wish to complete this? May I help you somehow? |
@pshirshov Yeah! I will push to complete it by EOD and will reachout you if I get struck anywhere |
Just I needed to push the changes to ref and I exported there but a minor fixes needed of there for accessing shortname etc..as they are throwing few compilation errors |
Fixes #384