-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Issues: scala/scala3
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
Inline method wrapping Scala.js dynamicImport throws "stub" exception
area:scala.js
itype:bug
#22162
opened Dec 8, 2024 by
raquo
Fix #22051: only trust the type application part for case class unapplies
#22099
opened Dec 3, 2024 by
noti0na1
•
Review required
Regression: "a match type could not be fully reduced" when flattening a list of tuples
area:match-types
itype:bug
regression
This worked in a previous version but doesn't anymore
#22022
opened Nov 25, 2024 by
hegetim
Crash with Match Types and unapplySeq
area:match-types
area:pattern-matching
itype:bug
itype:crash
regression
This worked in a previous version but doesn't anymore
stat:needs bisection
Need to use nightly builds and git bisect to find out the commit where this issue was introduced
#21841
opened Oct 24, 2024 by
SimonGuilloud
Implement SIP-61 This PR cannot be merged until the next minor release
@unroll
annotation
needs-minor-release
#21693
opened Oct 2, 2024 by
bishabosha
•
Changes requested
Adding a useless assignment statement alters program behavior.
itype:bug
stat:needs spec
#21649
opened Sep 25, 2024 by
jrlemieux
Handle NoType in TypeComparer.disjointnessBoundary
#21520
opened Aug 30, 2024 by
wjoel
•
Review required
Regressions in This worked in a previous version but doesn't anymore
stat:needs spec
fingo/spata
for match types
area:typer
itype:bug
regression
#21013
opened Jul 4, 2024 by
WojciechMazur
Unsound reduction of match type where the scrutinee's prefix is a param ref
area:match-types
itype:bug
itype:soundness
Soundness bug (it lets us compile code that crashes at runtime with a ClassCastException)
#20518
opened Jun 3, 2024 by
smarter
Unsound reduction of match types with refined trait member as scrutinee
area:match-types
itype:bug
itype:soundness
Soundness bug (it lets us compile code that crashes at runtime with a ClassCastException)
#20515
opened Jun 3, 2024 by
EugeneFlesselle
Operations on NamedTuples do not work with singleton types due to match type refusing to reduce
area:match-types
area:named-tuples
Issues tied to the named tuples feature.
itype:bug
#20453
opened May 22, 2024 by
smarter
Break cycle in
computeAsSeenFrom
when type-checking mutually referencing abstract type members
#20236
opened Apr 19, 2024 by
pweisenburger
•
Review required
Overloading or implicit bug in 3.4.1
area:overloading
itype:bug
needs-minor-release
This PR cannot be merged until the next minor release
#20053
opened Mar 29, 2024 by
soronpo
Can't instantiate Array[Unit] with Scalajs
area:scala.js
itype:bug
#19876
opened Mar 4, 2024 by
Katrix
spec: infix translates to internal CompoundType but CompoundType is not specified
area:documentation
area:spec
itype:bug
#19837
opened Mar 1, 2024 by
robstoll
Inconsistent behaviour of reporting illegal cases at the definition site of match types
area:match-types
area:typer
itype:bug
#19799
opened Feb 27, 2024 by
noti0na1
Exporting JS instance method with default params crashes the compiler
area:scala.js
itype:bug
itype:crash
#19728
opened Feb 19, 2024 by
sarubo
New match type should hint why match is illegal
area:reporting
Error reporting including formatting, implicit suggestions, etc
better-errors
Issues concerned with improving confusing/unhelpful diagnostic messages
itype:enhancement
#19419
opened Jan 11, 2024 by
WojciechMazur
Compiler does not error when duplicate methods exist in generated bytecode
area:erasure
itype:bug
#19274
opened Dec 14, 2023 by
kubukoz
Scala 3.3.1: Concrete method inside
trait
marked (incorrectly?) as ACC_BRIDGE
and ACC_SYNTHETIC
area:backend
area:transform
itype:bug
#19270
opened Dec 14, 2023 by
mkurz
Projection type paths can't traverse singleton types
area:typer
itype:bug
stat:needs spec
#18655
opened Oct 5, 2023 by
swaldman
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.