Commit 0c9dcff
authored
Publish
We will start publishing
`org.scala-lang::scala2-library-tasty-experimental`. This is __not
considered fully stable__.
We publish it to allow users to depend on it for __stabilization
purposes__. Once this version of the library is considered fully stable
it will become a default dependency of any Scala build.
Example usage in SBT
```scala
libraryDependencies += "org.scala-lang" %% "scala2-library-tasty-experimental" % scalaVersion.value
```
### Behaviour changes
In general, nothing should when compiling against this version of the
standard library. If something changes it should be flagged. But this
version of the library has more information about the code, which can
lead to new warnings (and maybe errors).
* Better pure expression detection, for example: pure trait
initialization
* More information for the initialization checker. It might catch more
errors that involve the initialization of library classes.scala2-library-tasty-experimental (#19588)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2121 | 2121 | | |
2122 | 2122 | | |
2123 | 2123 | | |
2124 | | - | |
| 2124 | + | |
2125 | 2125 | | |
2126 | 2126 | | |
2127 | 2127 | | |
| |||
0 commit comments