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 {
210
210
defaultOutputDir + dotty1Group + " /dotty/" + sep +
211
211
// and the other compiler dependenies:
212
212
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,
214
215
Array (" -Ycheck-reentrant" , " -Yemit-tasty-in-class" )
215
216
)
216
217
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ object TestConfiguration {
32
32
Properties .compilerInterface,
33
33
Properties .dottyInterfaces,
34
34
Properties .dottyLibrary,
35
+ Properties .tastyCore,
35
36
Properties .dottyCompiler
36
37
))
37
38
Original file line number Diff line number Diff line change @@ -1064,6 +1064,7 @@ object Build {
1064
1064
publishLocal in `dotty-interfaces`,
1065
1065
publishLocal in `dotty-compiler-bootstrapped`,
1066
1066
publishLocal in `dotty-library-bootstrapped`,
1067
+ publishLocal in `tasty-core-bootstrapped`,
1067
1068
publishLocal in `dotty-staging`,
1068
1069
publishLocal in `scala-library`,
1069
1070
publishLocal in `scala-reflect`,
@@ -1140,6 +1141,7 @@ object Build {
1140
1141
(publishLocal in `dotty-interfaces`).value
1141
1142
(publishLocal in `scala-library`).value
1142
1143
(publishLocal in `scala-reflect`).value
1144
+ (publishLocal in `tasty-core-bootstrapped`).value
1143
1145
(publishLocal in `dotty-library-bootstrapped`).value
1144
1146
(publishLocal in `dotty-doc-bootstrapped`).value
1145
1147
(publishLocal in `dotty-compiler-bootstrapped`).value
You can’t perform that action at this time.
0 commit comments