Skip to content

Fixes for scala.Dynamic #1469

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

Merged
merged 6 commits into from
Sep 16, 2016
Merged

Conversation

nicolasstucki
Copy link
Contributor

No description provided.

@nicolasstucki
Copy link
Contributor Author

/rebuild

@nicolasstucki nicolasstucki changed the title Fix #1468: Add type parameter support for scala.Dynamic Fixes for scala.Dynamic Aug 24, 2016
@nicolasstucki nicolasstucki force-pushed the fix-scala.Dynamic branch 8 times, most recently from 6e80157 to ab58bfb Compare August 26, 2016 09:21
@nicolasstucki
Copy link
Contributor Author

Review by @odersky

typedDynamicApply(qual, name, args, pt)(tree)
case _ =>
handleUnexpectedFunType(tree, fun1)
tree.fun match {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move up to line 603 into separate function.

@nicolasstucki nicolasstucki force-pushed the fix-scala.Dynamic branch 2 times, most recently from 87c42fe to 1dbe908 Compare September 4, 2016 13:19
@odersky
Copy link
Contributor

odersky commented Sep 16, 2016

Is there a way to see what was committed after my last review?

@nicolasstucki
Copy link
Contributor Author

Commits 34ef580 and 0ee74cc where added after the last review.

@odersky
Copy link
Contributor

odersky commented Sep 16, 2016

LGTM now. Thanks!

@odersky odersky merged commit 9ae9a20 into scala:master Sep 16, 2016
@allanrenucci allanrenucci deleted the fix-scala.Dynamic branch December 14, 2017 19:21
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.

3 participants