Skip to content

Commit

Permalink
Merge pull request #10718 from dotty-staging/move-dotty/runtime-to-no…
Browse files Browse the repository at this point in the history
…n-boostrapped-lib

Move sources in dotty/runtime to non-bootstrapped lib
  • Loading branch information
smarter authored Dec 9, 2020
2 parents 36424e2 + 14d7927 commit 6d83f6d
Show file tree
Hide file tree
Showing 116 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,13 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {

@Test def picklingWithCompiler: Unit = {
val jvmBackendFilter = FileFilter.exclude(List("BTypes.scala", "Primitives.scala")) // TODO
val runtimeFilter = FileFilter.exclude(List("Tuple.scala")) // TODO
implicit val testGroup: TestGroup = TestGroup("testPicklingWithCompiler")
aggregateTests(
compileDir("compiler/src/dotty/tools", picklingWithCompilerOptions, recursive = false),
compileDir("compiler/src/dotty/tools/dotc", picklingWithCompilerOptions, recursive = false),
compileDir("library/src/dotty/runtime", picklingWithCompilerOptions),
compileDir("library/src/scala/runtime/function", picklingWithCompilerOptions),
compileFilesInDir("library/src/scala/runtime", picklingWithCompilerOptions, runtimeFilter),
compileFilesInDir("compiler/src/dotty/tools/backend/jvm", picklingWithCompilerOptions, jvmBackendFilter),
compileDir("compiler/src/dotty/tools/dotc/ast", picklingWithCompilerOptions),
compileDir("compiler/src/dotty/tools/dotc/core", picklingWithCompilerOptions, recursive = false),
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6d83f6d

Please sign in to comment.