-
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
ClassCastException when omitting a by-name argument that has a default value in enum or superclass constructors
area:enums
itype:bug
itype:soundness
Soundness bug (it lets us compile code that crashes at runtime with a ClassCastException)
#23213
opened May 21, 2025 by
raquo
Incorrect position on "object creation impossible" error in enums
area:enums
itype:bug
#22734
opened Mar 7, 2025 by
kubukoz
Incorrect exhaustivity warning when using opaque types with constraint and enums
area:enums
area:opaque-types
area:pattern-matching
area:reporting
Error reporting including formatting, implicit suggestions, etc
itype:bug
#22513
opened Feb 4, 2025 by
eejbyfeldt
Failure to unify types in pattern match
area:enums
area:typer
itype:bug
#22405
opened Jan 18, 2025 by
nrinaudo
Members of enums are uninitialized at the time of
val
evaluation
area:enums
itype:bug
#22254
opened Dec 20, 2024 by
t9dupuy
Should A SIP needs to be raised to move this issue/PR along.
infix
work on enum
case
?
area:enums
itype:bug
needs-sip
#22010
opened Nov 22, 2024 by
KacperFKorban
enum with AnyKind-ed type param instantiated to different kinds does not compile
area:enums
itype:bug
#22003
opened Nov 21, 2024 by
TomasMikula
HashCode of enum cases is not stable
area:enums
itype:enhancement
Spree
Suitable for a future Spree
#19177
opened Dec 3, 2023 by
Lasering
consider making "Enumerations must contain at least one case" a warning
area:enums
itype:enhancement
#16375
opened Nov 18, 2022 by
unkarjedy
serialization is broken for inner enums
area:enums
itype:bug
#15396
opened Jun 8, 2022 by
bishabosha
Enumeration should derive
CanEqual
area:documentation
area:enums
#13722
opened Oct 9, 2021 by
soronpo
Enum (extends java) => null in java, when scala looks at it before java
area:enums
compat:java
itype:bug
#12637
opened May 28, 2021 by
benjhm
Enum case can't be defined in terms of itself
area:enums
itype:enhancement
#11443
opened Feb 17, 2021 by
dwijnand
Enum.values
should be consistent with getEnumConstants
area:enums
itype:bug
#11253
opened Jan 29, 2021 by
som-snytt
Enum[Nothing] is allowed but has a sharp edge
area:enums
itype:bug
stat:needs spec
#11252
opened Jan 29, 2021 by
som-snytt
Enum values method should be defined with empty param list
area:enums
#11248
opened Jan 29, 2021 by
ekrich
extending java.lang.Enum should be desugared before TASTy
area:enums
area:tasty-format
issues relating to TASTy as a portable standard
backlog
No work planned on this by the core team for the time being.
itype:bug
#7478
opened Oct 31, 2019 by
bishabosha
ProTip!
Exclude everything labeled
bug
with -label:bug.