You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move scala2-library-tasty-tests/run tests to tests/run/scala2-library-test (#19383)
The `tests/run/scala2-library-test` test will be tested with the
original Scala 2 library JAR and with the Scala 2 library TASTy JAR
depending on the `scala2Library` SBT setting.
Copy file name to clipboardExpand all lines: docs/_docs/contributing/testing.md
+1-8
Original file line number
Diff line number
Diff line change
@@ -164,14 +164,7 @@ to load the TASTy and the runtime to load the original classfiles.
164
164
165
165
The library is compiled in `scala2-library-bootstrapped` with TASTy and classfiles.
166
166
These classfiles should not be used. The `scala2-library-tasty` project repackages the
167
-
JAR `scala2-library-bootstrapped` to only keep TASTy files. The `scala2-library-tasty-tests` provides some basic tests using the library TASTy JAR.
168
-
169
-
```
170
-
$ sbt
171
-
> scala2-library-tasty/compile
172
-
> scala2-library-tasty-tests/run
173
-
> scala2-library-tasty-tests/test
174
-
```
167
+
JAR `scala2-library-bootstrapped` to only keep TASTy files.
175
168
176
169
We can enable this library in the build using the SBT setting `useScala2LibraryTasty`. This setting can only be used by bootstrapped compiler tests and is currently only supported for `test` (or `testCompilation`) and `scalac` (or `run`).
0 commit comments