File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
compiler/test/dotty/tools Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,8 @@ class CompilationTests extends ParallelTesting {
210210 defaultOutputDir + dotty1Group + " /dotty/" + sep +
211211 // and the other compiler dependenies:
212212 Properties .compilerInterface + sep + Properties .scalaLibrary + sep + Properties .scalaAsm + sep +
213- Properties .dottyInterfaces + sep + Properties .jlineTerminal + sep + Properties .jlineReader,
213+ Properties .dottyInterfaces + sep + Properties .tastyCore + sep + Properties .jlineTerminal + sep +
214+ Properties .jlineReader,
214215 Array (" -Ycheck-reentrant" , " -Yemit-tasty-in-class" )
215216 )
216217
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ object TestConfiguration {
3232 Properties .compilerInterface,
3333 Properties .dottyInterfaces,
3434 Properties .dottyLibrary,
35+ Properties .tastyCore,
3536 Properties .dottyCompiler
3637 ))
3738
Original file line number Diff line number Diff line change @@ -1064,6 +1064,7 @@ object Build {
10641064 publishLocal in `dotty-interfaces`,
10651065 publishLocal in `dotty-compiler-bootstrapped`,
10661066 publishLocal in `dotty-library-bootstrapped`,
1067+ publishLocal in `tasty-core-bootstrapped`,
10671068 publishLocal in `dotty-staging`,
10681069 publishLocal in `scala-library`,
10691070 publishLocal in `scala-reflect`,
@@ -1140,6 +1141,7 @@ object Build {
11401141 (publishLocal in `dotty-interfaces`).value
11411142 (publishLocal in `scala-library`).value
11421143 (publishLocal in `scala-reflect`).value
1144+ (publishLocal in `tasty-core-bootstrapped`).value
11431145 (publishLocal in `dotty-library-bootstrapped`).value
11441146 (publishLocal in `dotty-doc-bootstrapped`).value
11451147 (publishLocal in `dotty-compiler-bootstrapped`).value
You can’t perform that action at this time.
0 commit comments