-
Notifications
You must be signed in to change notification settings - Fork 21
Issues: scala/bug
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Invalid Java generic signatures for polymorphic value classes
backend
erasure
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
java interop
minimized
runtime crash
valueclass
lambda + PartialFunction + specialization = "VerifyError: Bad local variable type"
erasure
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
minimized
runtime crash
Worse type inference when writing This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
infer
library:collections
minimized
typer
usability
(x: Foo[_ >: A])
as opposed to [A1 >: A](x: Foo[A1])
fixed in Scala 3
Reflective call failed to a function that has both a value class parameter and a call-by-name parameter
backend
byname
bytecode
erasure
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
minimized
regression
runtime crash
valueclass
Some concrete dependent types are not properly expanded
dependent types
minimized
typer
#10038
opened Nov 10, 2016 by
scabug
Compiler does not compile a function with a default argument initialized using an expression with the same name field
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
minimized
named/default args
typer
Pattern match on this fails to compile when type parameter varies by subclass
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
minimized
patmat
should compile
Existential type for nested type argument fails to match
minimized
should compile
#9300
opened May 4, 2015 by
scabug
Path dependent type is lost when aliases type parameter and is used in hof
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
minimized
should compile
typer
Macros are called twice if they abort (seems that the compiler wants to be sure)
macros
minimized
#5834
opened May 24, 2012 by
scabug
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.