Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

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 @unroll annotation needs-minor-release This PR cannot be merged until the next minor release
#21693 opened Oct 2, 2024 by bishabosha Changes requested
Regressions in fingo/spata for match types area:typer itype:bug regression This worked in a previous version but doesn't anymore stat:needs spec
#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
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
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
ProTip! Exclude everything labeled bug with -label:bug.