fix(deps): update dependency org.scala-lang:scala3-library_3 to v3.8.3#48
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency org.scala-lang:scala3-library_3 to v3.8.3#48renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
761e61f to
b846b18
Compare
b846b18 to
4c6efbf
Compare
4c6efbf to
ccf722d
Compare
ccf722d to
dc121fb
Compare
dc121fb to
c905572
Compare
c905572 to
b8b8b8e
Compare
b8b8b8e to
47b5cfa
Compare
47b5cfa to
23c367d
Compare
23c367d to
85c6597
Compare
85c6597 to
14a1143
Compare
14a1143 to
3e3467e
Compare
3e3467e to
7c9c646
Compare
7c9c646 to
746b4e4
Compare
746b4e4 to
0b9735b
Compare
0b9735b to
e12d69b
Compare
e12d69b to
24e08e1
Compare
24e08e1 to
7183a12
Compare
7183a12 to
e37fa90
Compare
e37fa90 to
841d5cc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4.0→3.8.3Release Notes
scala/scala3 (org.scala-lang:scala3-library_3)
v3.8.3Compare Source
v3.8.2Compare Source
Highlights of the release
forwith many vals and overloadedmap#25090:dep ...to add library dependencies in the Scala REPL #24131Other changes and fixes
Context Functions
Desugaring
Experimental: Capture Checking
Experimental: Seperation Checking
updateonly for consume methods in Mutable classes #24383Experimental: Explcit Nulls
Experimental: Global Initialization
Annotations
@targetNameon primary constructor too #24682Coverage
Enums
Exports
Erasure
Inline
Implicits
Initialization
JVM Backend
Linting
Nullability
Overloading
Parser
Pattern Matching
Presentation Compiler
-explainto the presentation compiler #24740REPL
Reporting
Scaladoc
Standard Library
StringOps.padToimplementation #24575String.repeatinscala.io.Source#24594IArray.tapEach#24727TASTy
Transform
Tuples
typeSizecalculation forTupleNvs recursive pair encodings #24743Typer
typedAppliedTypeTree#24522ptwhen possible #24231Union types
Value class
Quotes
quotes.reflect.Position.ofMacroExpansionconsider-Ymagic-offset-header#24301Contributors
Thank you to all the contributors who made this release possible 🎉
According to
git shortlog -sn --no-merges 3.8.1..3.8.2these are:v3.8.1Compare Source
Highlights of the release
Scala 3.8.1 is a hotfix release for 3.8.0.
It addresses runtime regressions found after the 3.8.0 artifacts were released, specifically JVM linkage errors affecting a small subset of Scala 2 specialized types and members.
Additional regressions
The following regressions still present in 3.8.1 will be addressed in a forthcoming 3.8.2 hotfix release:
forcomprehensions have incorrect behavior at runtime (#24673)Cautious users may wish to wait for 3.8.2.
Fixed regressions
Thank you to all the contributors who made this release possible 🎉
v3.8.0Compare Source
Highlights of the release
runtimeCheckeda standard feature #23262better-forsa stable feature #23630intopreview feature #24090:#23821scala.caps.Purenon-experimental #23745Other changes and fixes
Annotations
scala.annotation.elidable#23913scala.annotation.transparentTrait#23116Experimental: Capture Checking
scala.caps.Puretransparent #23914scala.caps.Capabilitynon-experimental #23507scala.caps.Pureupper bound only under cc #23784Experimental: Explicit Nulls
Yflexify-tastyis set; Refine FlexibleType nullification rules #23938Experimental: Global Initalization
Experimental: Into
Experimental: Modularity
Implicits
JVM Backend
BackendUtils.classfileVersionMap#23954TypeErasure.samExpansionNotNeededto check parent traits if SAM is covered #24843Linting
Match Types
Metaprogramming
Named Tuples
apply. #24191Opaque Types
Packaging
scala3-librarydoes not contain .class or .tasty files #24714scala3-libraryartifacts are empty #24816Parser
Pattern Matching
Performance
compilationUnitInfoofTastyLoaderlazy #24604Pickling
UnApplytrees in posttyper #24259Presentation Compiler
Reporting
Reflection
RefinedandTypeProjectionTypeTrees #23837REPL
Scala Runner
scala_legacyandMainGenericRunner#24244-runand-replinMainGenericCompiler#24289coursierto 2.1.25-M21 (was 2.1.25-M19) #24739Scaladoc
@consumeas theconsumemodifier #23754consume updateinscaladoc#23760Scala.js
VarArgsBuilder. #24144scala.Unitin Scala.js #24405scala.Unitin Scala.js" #24475scala-library-sjsproject #24450Settings
-usejavacpa private setting as-Yusejavacp#24304-language:experimental.*settings #24513Specification
Standard Library
transparentmodifier to already assumed transparent types #23104Predef.runtimeCheckedtoo #23917scala.runtime.Statics.releaseFence#23953scala.runtime.SymbolLiteral#23970scala.runtime.AbstractFuntionNin Scala 2 #24147scala.caps.Pureparent traits in stdlib #24149Option.applyand dropOption.fromNullable#24238scala.Appin Scala 3 #24242library.propertiesto resources of scala-library jars #24332scala.AnyValwith Scala 3 #24406| Nullfrom implicit BigDecimal conversion similar to BigInt #24600scala.runtime.stdLibPatchespackage #24587scala.Predefcapture checked #24643@uncheckedOverrideannotation for definitions that may override #24545Quotes
ValDef.letwhich also accepts flags #23388TASTy Format
Testing
Transform
Typeclass Derivation
Typer
Union types
scala.caps.Purein the erasure of union and intersection types #24151Contributors
Thank you to all the contributors who made this release possible 🎉
According to
git shortlog -sn --no-merges 3.7.4..3.8.0these are:v3.7.4Compare Source
Highlights of the release
Deprecations for removal
scala_legacy/MainGenericRunner/scalac -run/scalac -replfor removal #24267Other changes and fixes
Context Functions
Experimental: Capture Checking
Experimental: Explicit Nulls
Exports
Implicits
Linting
Match Types
derivesFromfalse negative inprovablyDisjointClasses#23834Parser
Pattern Matching
IdenttoThisin PostTyper anymore #23899Presentation Compiler
[]for... derives TC@@​#23811Reporting
private valparameter variance error message #23876-Ymagic-offset-header#24124Rewrites
Scaladoc
= ...#23676SemanticDB
Tuples
Typer
ClassTagwhen building a multidimensionalArray#23902Contributors
Thank you to all the contributors who made this release possible 🎉
According to
git shortlog -sn --no-merges 3.7.3..3.7.4these are:v3.7.3Compare Source
Release highlights
-Vprint:...(still support-Xprint:...as alias) #22828Other changes and fixes
Desugaring
Enums
Erasure
Experimental: Capture Checking
paramsToCap#23436x.only[C]#23485Experimental: Separation Checking
Experimental: Erased Definitions
Experimental: Explicit Nulls
stableNullannotation to force tracking mutable fields #23528Experimental: Global Initialization
Experimental: Into
Experimental: Modularity
Experimental: Unroll
Extension Methods
Implicits
Inline
Linting
Match Types
Named Tuples
Parser
-new-syntaxunder-language:future#23443-source:future#23472Pattern Matching
Pickling
Printer
Positions
Presentation Compiler
Quotes
<refinement>symbols #22782new#23618Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.