Skip to content

Conversation

nicolasstucki
Copy link
Contributor

No description provided.

@nicolasstucki nicolasstucki linked an issue May 19, 2020 that may be closed by this pull request
@nicolasstucki nicolasstucki self-assigned this May 19, 2020
@nicolasstucki nicolasstucki marked this pull request as ready for review May 19, 2020 13:07
@nicolasstucki nicolasstucki removed their assignment May 19, 2020
@nicolasstucki nicolasstucki requested a review from odersky May 19, 2020 13:07
@nicolasstucki
Copy link
Contributor Author

nicolasstucki commented May 19, 2020

Alternatives with a redefinition of UnApply.

  • case class UnApply(fun: Tree, implicitss: List[List[Tree]], patterns: List[Tree])
  • case class UnApply(fun: Tree, patterns: List[Tree]) and use Apply(Apply(UnApply(fun, patterns), implicits1), implicits2)
  • case class UnApply(fun: Tree, patterns: List[Tree]) and use UnApply(Apply(Apply(Apply(unapp, List(dummy)), implicits1), implicits2), patterns)
Copy link
Contributor

@odersky odersky left a comment

Choose a reason for hiding this comment

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

Otherwise LGTM

@odersky odersky assigned nicolasstucki and unassigned odersky May 24, 2020
@nicolasstucki nicolasstucki merged commit ab9bf66 into scala:master May 25, 2020
@nicolasstucki nicolasstucki deleted the fix-#8997 branch May 25, 2020 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants