Skip to content

Failed compilation of BufferLike #1365

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

Closed
DarkDimius opened this issue Jul 6, 2016 · 1 comment
Closed

Failed compilation of BufferLike #1365

DarkDimius opened this issue Jul 6, 2016 · 1 comment

Comments

@DarkDimius
Copy link
Contributor

We need to see if this is something we can fix on dotty side or cover with migration tool:

/Users/dark/workspace/dotty/scala-scala/src/library/scala/collection/mutable/BufferLike.scala:204: error: type mismatch:
 found   : scala.collection.script.Message[A(in BufferLike)] => U
 required: scala.collection.script.Message[s.A(in Script)] => U
    case s: Script[_]           => s.iterator foreach <<
                                                        ^

lampepfl/scala@1658a75
Fixes compilation error on the library side.

odersky added a commit that referenced this issue Jul 15, 2016
Fix 1365: Fix bindings in patterns
@odersky
Copy link
Contributor

odersky commented Jul 22, 2016

Fixed completely by #1401

@odersky odersky closed this as completed Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants