bug
https://github.com/scala/bug
Scala 2 bug reports only. Please, no questions — proper bug reports only.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported11 Subscribers
Add a CodeTriage badge to bug
Help out
- Issues
- clarify leading infix example
- `T =:= RefinedType(List(T, AnyRef), Nil)` is false
- Unspecialized method on a `@specialized` class calls `AnyRef` variant of method with an `Array[E @uncheckedVariance]` argument (and not erased).
- Inconsistent `copyToArray` semantics between `IterableOnceOps` and `Vector` (and some other collections).
- Infinite recursion between bridge methods for `@specialized` and manually specialized declarations of a method.
- Quickfixes don't create path dependent types correctly
- quickfixes don't include escapes when needed
- No completions returned in the middle of the select chain
- `case true => case false =>` should be `case true => case _ =>`
- Optimizer preserves tuple for match failure case
- Docs
- not yet supported