Uploaded image for project: 'JBeret'
  1. JBeret
  2. JBERET-613

Bump version.org.scala-lang.scala-dist from 2.13.14 to 2.13.16

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 3.2.0.Final
    • None
    • None
    • None

      Bumps version.org.scala-lang.scala-dist from 2.13.14 to 2.13.16.
      Updates org.scala-lang:scala-library from 2.13.14 to 2.13.16

      • now means , with y overruling x, rather than the reverse (to align with Scala 3.4+ and with user intuition) ( by )#10708
      • Compiler plugins: rework and improve phase assembly ( by )#10687
      • Plugin authors should check to see if they are affected
      • Plugin users may see strange errors if a plugin is affected and not adjusted by its author
      • Most plugins are not affected
      • Support JDK 23 in optimizer (via upgrade to patched ASM 9.7.0) ()#10744
      • Support Scala 3.5 in TASTy reader ( by )#10811
      • REPL: JLine 3.26.3 (was 3.25.1) ()#10827
      • Support alternative JVM system images (via , like javac) ( by )#10801
      • Add for collecting statistics without printing them ( by )#10795
      • Add to warn or error for double definitions ( by )#10846
      • Under , allow importing , for cross-building ( by )#10786
      • Under , remove by-name restriction for case copy ( by )#10770
      • Fix and to be more consistent ( by )#10750
      • Add to warn if interpolator uses ( by )#10776
      • Improve inferred- lint (fixing false positives and false negatives) ( by )#9452
      • Fix false-positive unused warnings in for comprehensions ( by )#10812
      • (Still seeing false positives, or new false positives? see )scala/scala#10870
      • Fix false-positive by-name implicit warnings with ( by )#10781
      • Mention if missing symbol is on the class path ( by )#10774
      • Avoid unused import warnings in REPL ( by )#10769
      • Add to improve reporting of "cyclic reference" errors ( by )#10680* 3f6bdae Merge pull request from scala/no-travis-ci-for-pr-validation
      • f748f82 no more Travis-CI for PR validation, use GitHub Actions
      • d2ab49d do not build the spec during PR validation
      • 92a9eb2 Merge pull request from SethTisue/merge-2.12-to-2.13-20250106
      • cb415ba Merge pull request from SethTisue/re-fix-sbt-bridge
      • 942284b correctly fix in sbt bridge
      • 63cf7c4 Merge remote-tracking branch 'origin/2.12.x' into merge-2.12-to-2.13-20250106
      • b8a0aeb Merge commit 'b045381055674f3b5bb32b76cb5188116e8356f5' into merge-2.12-to-2....
      • 393c05f Merge pull request from SethTisue/copyright-2025
      • 786f44a bump copyright year to 2025
      • Additional commits viewable in compare view

      Updates org.scala-lang:scala-compiler from 2.13.14 to 2.13.16

      • now means , with y overruling x, rather than the reverse (to align with Scala 3.4+ and with user intuition) ( by )#10708
      • Compiler plugins: rework and improve phase assembly ( by )#10687
      • Plugin authors should check to see if they are affected
      • Plugin users may see strange errors if a plugin is affected and not adjusted by its author
      • Most plugins are not affected
      • Support JDK 23 in optimizer (via upgrade to patched ASM 9.7.0) ()#10744
      • Support Scala 3.5 in TASTy reader ( by )#10811
      • REPL: JLine 3.26.3 (was 3.25.1) ()#10827
      • Support alternative JVM system images (via , like javac) ( by )#10801
      • Add for collecting statistics without printing them ( by )#10795
      • Add to warn or error for double definitions ( by )#10846
      • Under , allow importing , for cross-building ( by )#10786
      • Under , remove by-name restriction for case copy ( by )#10770
      • Fix and to be more consistent ( by )#10750
      • Add to warn if interpolator uses ( by )#10776
      • Improve inferred- lint (fixing false positives and false negatives) ( by )#9452
      • Fix false-positive unused warnings in for comprehensions ( by )#10812
      • (Still seeing false positives, or new false positives? see )scala/scala#10870
      • Fix false-positive by-name implicit warnings with ( by )#10781
      • Mention if missing symbol is on the class path ( by )#10774
      • Avoid unused import warnings in REPL ( by )#10769
      • Add to improve reporting of "cyclic reference" errors ( by )#10680* 3f6bdae Merge pull request from scala/no-travis-ci-for-pr-validation
      • f748f82 no more Travis-CI for PR validation, use GitHub Actions
      • d2ab49d do not build the spec during PR validation
      • 92a9eb2 Merge pull request from SethTisue/merge-2.12-to-2.13-20250106
      • cb415ba Merge pull request from SethTisue/re-fix-sbt-bridge
      • 942284b correctly fix in sbt bridge
      • 63cf7c4 Merge remote-tracking branch 'origin/2.12.x' into merge-2.12-to-2.13-20250106
      • b8a0aeb Merge commit 'b045381055674f3b5bb32b76cb5188116e8356f5' into merge-2.12-to-2....
      • 393c05f Merge pull request from SethTisue/copyright-2025
      • 786f44a bump copyright year to 2025
      • Additional commits viewable in compare view

      Updates org.scala-lang:scala-reflect from 2.13.14 to 2.13.16

      • now means , with y overruling x, rather than the reverse (to align with Scala 3.4+ and with user intuition) ( by )#10708
      • Compiler plugins: rework and improve phase assembly ( by )#10687
      • Plugin authors should check to see if they are affected
      • Plugin users may see strange errors if a plugin is affected and not adjusted by its author
      • Most plugins are not affected
      • Support JDK 23 in optimizer (via upgrade to patched ASM 9.7.0) ()#10744
      • Support Scala 3.5 in TASTy reader ( by )#10811
      • REPL: JLine 3.26.3 (was 3.25.1) ()#10827
      • Support alternative JVM system images (via , like javac) ( by )#10801
      • Add for collecting statistics without printing them ( by )#10795
      • Add to warn or error for double definitions ( by )#10846
      • Under , allow importing , for cross-building ( by )#10786
      • Under , remove by-name restriction for case copy ( by )#10770
      • Fix and to be more consistent ( by )#10750
      • Add to warn if interpolator uses ( by )#10776
      • Improve inferred- lint (fixing false positives and false negatives) ( by )#9452
      • Fix false-positive unused warnings in for comprehensions ( by )#10812
      • (Still seeing false positives, or new false positives? see )scala/scala#10870
      • Fix false-positive by-name implicit warnings with ( by )#10781
      • Mention if missing symbol is on the class path ( by )#10774
      • Avoid unused import warnings in REPL ( by )#10769
      • Add to improve reporting of "cyclic reference" errors ( by )#10680* 3f6bdae Merge pull request from scala/no-travis-ci-for-pr-validation
      • f748f82 no more Travis-CI for PR validation, use GitHub Actions
      • d2ab49d do not build the spec during PR validation
      • 92a9eb2 Merge pull request from SethTisue/merge-2.12-to-2.13-20250106
      • cb415ba Merge pull request from SethTisue/re-fix-sbt-bridge
      • 942284b correctly fix in sbt bridge
      • 63cf7c4 Merge remote-tracking branch 'origin/2.12.x' into merge-2.12-to-2.13-20250106
      • b8a0aeb Merge commit 'b045381055674f3b5bb32b76cb5188116e8356f5' into merge-2.12-to-2....
      • 393c05f Merge pull request from SethTisue/copyright-2025
      • 786f44a bump copyright year to 2025
      • Additional commits viewable in compare view

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: