An open API service for providing issue and pull request metadata for open source projects.

GitHub / scala/scala issues and pull requests

Labelled with: release-notes

#10656 - SIP 42 Binary literals finds acceptance

Pull Request - State: closed - Opened by som-snytt almost 2 years ago - 1 comment
Labels: release-notes

#10656 - SIP 42 Binary literals finds acceptance

Pull Request - State: closed - Opened by som-snytt almost 2 years ago - 3 comments
Labels: release-notes

#10648 - Accommodate case companion as function

Pull Request - State: closed - Opened by som-snytt almost 2 years ago - 20 comments
Labels: release-notes

#10648 - For migration to 3, accommodate case companion as function

Pull Request - State: closed - Opened by som-snytt almost 2 years ago - 23 comments
Labels: release-notes

#10644 - Allow module lookup from Java

Pull Request - State: closed - Opened by som-snytt almost 2 years ago
Labels: release-notes

#10644 - Allow module lookup from Java

Pull Request - State: closed - Opened by som-snytt almost 2 years ago
Labels: release-notes

#10640 - [backport] Fix rare `NullPointerException` in some tree-based collections (by fixing `RedBlackTree.doFrom`)

Pull Request - State: closed - Opened by lrytz almost 2 years ago
Labels: release-notes, library:collections

#10629 - Infer more final to permit tailrec

Pull Request - State: closed - Opened by som-snytt almost 2 years ago - 4 comments
Labels: release-notes

#10621 - Scala 3 migration warning for implicits found in package prefix

Pull Request - State: closed - Opened by lrytz about 2 years ago - 10 comments
Labels: release-notes

#10612 - `-Xlint` now includes `-Xlint:named-booleans` to lint unnamed boolean literal args

Pull Request - State: closed - Opened by som-snytt about 2 years ago - 25 comments
Labels: release-notes

#10611 - Keep REPL history file in OS-standard location (not at top of user home)

Pull Request - State: closed - Opened by som-snytt about 2 years ago - 18 comments
Labels: release-notes

#10611 - [NEEDS POLISH] Keep REPL history file in OS-standard location (not at top of user home)

Pull Request - State: open - Opened by som-snytt about 2 years ago - 19 comments
Labels: release-notes

#10588 - REPL: upgrade JLine to 3.24.1 (was .22)

Pull Request - State: closed - Opened by SethTisue about 2 years ago - 3 comments
Labels: release-notes, prio:hi, tool:REPL, dependencies

#10581 - `-doc-source-url` compatibility with 2.12.11

Pull Request - State: closed - Opened by lrytz about 2 years ago - 5 comments
Labels: release-notes, prio:hi

#10576 - For JDK 22 support, upgrade to ASM 9.6

Pull Request - State: closed - Opened by Philippus about 2 years ago - 1 comment
Labels: release-notes

#10575 - [nomerge] Support JDK 22 in optimizer (by upgrading to ASM 9.6)

Pull Request - State: closed - Opened by Philippus about 2 years ago
Labels: release-notes

#10543 - `-Yrelease` supplements `--release`, allows access to additional JVM packages

Issue - State: closed - Opened by som-snytt about 2 years ago - 20 comments
Labels: release-notes

#10517 - Always respect java.lang.Deprecated annotation

Pull Request - State: closed - Opened by kapunga over 2 years ago - 6 comments
Labels: release-notes

#10484 - Add quickfixes to some warnings and errors

Pull Request - State: closed - Opened by lrytz over 2 years ago - 23 comments
Labels: release-notes

#10482 - Add `-quickfix` compiler option to apply quickfixes to source files

Pull Request - State: closed - Opened by lrytz over 2 years ago
Labels: release-notes

#10472 - In-source sbt compiler bridge [ci: last-only]

Pull Request - State: closed - Opened by lrytz over 2 years ago - 13 comments
Labels: release-notes

#10459 - scala-xml 2.2.0 (was 2.1.0)

Pull Request - State: closed - Opened by SethTisue over 2 years ago
Labels: release-notes

#10439 - Emit migration warnings under `-Xsource:3` as fatal warnings, not errors; `-Xmigration` disables fatality

Pull Request - State: closed - Opened by som-snytt over 2 years ago - 16 comments
Labels: release-notes

#10406 - Implement quickfixes, aka actionable diagnostics (via `CodeAction`)

Pull Request - State: closed - Opened by eed3si9n over 2 years ago - 21 comments
Labels: release-notes

#10397 - ClassfileParser: allow missing param names (for JDK 21)

Pull Request - State: closed - Opened by SethTisue over 2 years ago - 2 comments
Labels: release-notes, prio:hi

#10392 - `IndexedSeq#head` now throws `NoSuchElementException` (not `IndexOutOfBoundsException`)

Pull Request - State: closed - Opened by som-snytt over 2 years ago - 2 comments
Labels: release-notes, library:collections

#10379 - [backport] InterruptedException handling for Futures

Pull Request - State: closed - Opened by szeiger over 2 years ago
Labels: release-notes, library:concurrent

#10379 - [backport] InterruptedException handling for Futures

Pull Request - State: closed - Opened by szeiger over 2 years ago - 2 comments
Labels: release-notes, library:concurrent

#10377 - Warn about `@elidable` under -Xsource:3

Pull Request - State: closed - Opened by som-snytt over 2 years ago - 7 comments
Labels: release-notes

#10372 - Lint select from Unit, or Int that incurs widening

Pull Request - State: closed - Opened by som-snytt over 2 years ago - 4 comments
Labels: release-notes

#10369 - Lint for integral divisions that are widened to a float [forward port from 2.12]

Pull Request - State: closed - Opened by som-snytt over 2 years ago
Labels: release-notes

#10363 - Support JDK 21 by upgrading to ASM 9.5

Pull Request - State: closed - Opened by SethTisue over 2 years ago - 2 comments
Labels: release-notes, java interop

#10362 - [nomerge] Upgrade to asm 9.5, for JDK21 support

Pull Request - State: closed - Opened by SethTisue over 2 years ago - 1 comment
Labels: release-notes, prio:blocker, java interop

#10348 - Support Java 17 `sealed` in Java sources

Pull Request - State: closed - Opened by som-snytt over 2 years ago - 6 comments
Labels: release-notes, prio:hi

#10339 - Under `-Xsource:3`, include top-level symbols from same file in outer ambiguity warning

Pull Request - State: closed - Opened by lrytz over 2 years ago - 12 comments
Labels: release-notes

#10336 - javabootclasspath supersedes jrt

Pull Request - State: closed - Opened by som-snytt almost 3 years ago - 9 comments
Labels: release-notes

#10327 - Accept `implicit _`, `implicit (x: Int)` in lambdas, like Scala 3 does

Pull Request - State: closed - Opened by som-snytt almost 3 years ago - 8 comments
Labels: release-notes

#10321 - [nomerge] Deal with overloads in new ambiguity warning

Pull Request - State: closed - Opened by lrytz almost 3 years ago - 1 comment
Labels: release-notes

#10320 - Warn about change to parenless lambda parens under -Xsource:3

Pull Request - State: closed - Opened by som-snytt almost 3 years ago - 13 comments
Labels: release-notes

#10319 - Make scalac's argument-file processing more like javac's in handling spaces and line breaks

Pull Request - State: closed - Opened by som-snytt almost 3 years ago - 6 comments
Labels: release-notes

#10297 - [backport] warn when inherited takes precedence over outer definitions

Pull Request - State: closed - Opened by lrytz almost 3 years ago
Labels: release-notes

#10258 - Fix pathologically slow compilation of some pattern matches since 2.13.7

Pull Request - State: closed - Opened by KisaragiEffective almost 3 years ago - 14 comments
Labels: release-notes

#10221 - new `LinkedHashMap`/`LinkedHashSet` implementation

Pull Request - State: closed - Opened by liang3zy22 about 3 years ago - 12 comments
Labels: release-notes, library:collections

#10220 - Inherited members no longer take precedence over outer definitions

Pull Request - State: closed - Opened by lrytz about 3 years ago - 13 comments
Labels: release-notes

#10184 - Support JDK 20 by upgrading to ASM 9.4

Pull Request - State: closed - Opened by Philippus about 3 years ago - 6 comments
Labels: release-notes

#10176 - Preserve tree attachment in the typer's Block/Apply inversion transform

Pull Request - State: closed - Opened by retronym about 3 years ago
Labels: release-notes

#10105 - Support JDK 17 `PermittedSubclasses` in classfiles

Pull Request - State: closed - Opened by som-snytt over 3 years ago - 24 comments
Labels: release-notes

#10085 - Abstract parent `copy` does not suspend case `copy`

Pull Request - State: closed - Opened by som-snytt over 3 years ago - 3 comments
Labels: release-notes

#9982 - Make `-release` more useful, deprecate `-target`, align with Scala 3

Pull Request - State: closed - Opened by som-snytt over 3 years ago - 20 comments
Labels: release-notes, prio:hi

#9961 - [REVISIT] Allow deprecating an entire package by deprecating its package object [ci: last-only]

Pull Request - State: closed - Opened by som-snytt almost 4 years ago - 17 comments
Labels: release-notes

#9949 - [REVISIT] FormatInterpolator uses sequence arg [ci: last-only]

Pull Request - State: closed - Opened by som-snytt almost 4 years ago - 7 comments
Labels: release-notes

#9944 - Improvements to `-Vimplicits`; errors now show complete implicit search tree

Pull Request - State: closed - Opened by tribbloid almost 4 years ago - 22 comments
Labels: release-notes

#9551 - Support JDK 16 records in Java sources

Pull Request - State: closed - Opened by harpocrates over 4 years ago - 14 comments
Labels: release-notes, java interop

#9452 - Improve inferred-`Any` lint (fixing false positives and false negatives)

Pull Request - State: closed - Opened by som-snytt almost 5 years ago - 6 comments
Labels: release-notes

#9447 - Support for external annotations

Pull Request - State: closed - Opened by lrytz almost 5 years ago - 9 comments
Labels: release-notes

#9140 - Check exhaustivity of pattern matches with "if" guards and custom extractors (by default) and of unsealed types (by opt-in).

Pull Request - State: closed - Opened by dwijnand over 5 years ago - 29 comments
Labels: release-notes

#9109 - Add the Tasty Reader [ci: last-only]

Pull Request - State: closed - Opened by bishabosha over 5 years ago
Labels: release-notes

#8806 - Lint pattern varids which are backquotable [ci: last-only]

Pull Request - State: closed - Opened by som-snytt over 5 years ago - 23 comments
Labels: release-notes

#8806 - Lint pattern varids which are backquotable [ci: last-only]

Pull Request - State: closed - Opened by som-snytt over 5 years ago - 23 comments
Labels: release-notes

#8781 - Parse annotation in jointly compiled Java source files and honour @Deprecated

Pull Request - State: closed - Opened by dwijnand almost 6 years ago - 12 comments
Labels: release-notes, java interop

#7686 - [SUPERSEDED] Replace -warn-option with -Woption

Pull Request - State: closed - Opened by som-snytt almost 7 years ago - 29 comments
Labels: release-notes

#7609 - A foreign definition induces ambiguity

Pull Request - State: closed - Opened by som-snytt almost 7 years ago - 12 comments
Labels: release-notes

#7525 - [EXPERIMENT] Improve escape hatch for filter in generator

Pull Request - State: closed - Opened by som-snytt almost 7 years ago - 6 comments
Labels: release-notes

#5915 - Add "Xlint:implicit-no-annotation"

Pull Request - State: closed - Opened by edmundnoble over 8 years ago - 30 comments
Labels: release-notes