summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-11-12 14:18:52 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-11-12 15:29:53 -0800
commited37907d4fe426ba804fee9d6c7c4062ae4cce5f (patch)
tree678256c3452474df31603a4100b08ca936b695e7 /versions.properties
parentbeed16825e53077c40ff38b035bfaafb3a4e39d5 (diff)
downloadscala-ed37907d4fe426ba804fee9d6c7c4062ae4cce5f.tar.gz
scala-ed37907d4fe426ba804fee9d6c7c4062ae4cce5f.tar.bz2
scala-ed37907d4fe426ba804fee9d6c7c4062ae4cce5f.zip
Refactoring to prepare modularization of the compiler.
Actual modularization is delayed until 2.12. The one big (one-line) change is to make the interactive compiler independent of scaladoc. We have one "integration test": `MemoryLeaksTest`. This commit adds a bunch of comments marked `TODO: modularize the compiler`, that should be uncommented when we're ready to continue the modularization effort. I decided to merge them commented out to avoid having to rebase xml patches. There's still some chance of bitrot, but I'm willing to take my chances. I previously refactored the build to make it easier to add jars in a coherent way, which hinges on the `init-project-prop` mechanism, so the relevant properties are already injected there.
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties9
1 files changed, 7 insertions, 2 deletions
diff --git a/versions.properties b/versions.properties
index f4eed9d058..29cbbad884 100644
--- a/versions.properties
+++ b/versions.properties
@@ -1,9 +1,14 @@
starr.version=2.11.0-M6
starr.use.released=1
-# the below is used for depending on dependencies like partest
+# These are the versions of the modules that go with this release.
+# These properties are used during PR validation and in dbuild builds.
scala.binary.version=2.11.0-M6
partest.version.number=1.0.0-RC7
scala-xml.version.number=1.0.0-RC6
scala-parser-combinators.version.number=1.0.0-RC4
-scalacheck.version.number=1.10.1 \ No newline at end of file
+scalacheck.version.number=1.10.1
+
+# TODO: modularize the compiler
+#scala-compiler-doc.version.number=1.0.0-RC1
+#scala-compiler-interactive.version.number=1.0.0-RC1