From 7742a7d909e9baec0e870b589e97a474137a51b0 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 25 Nov 2013 16:28:09 -0800 Subject: No longer support unreleased STARR. The STARR ("stable reference") compiler is used to bootstrap the compiler. It is now always resolved from maven, based on the `starr.version` property (stored in `versions.properties`). Before, we used the `.desired.sha1` mechanism to pull a set of jars that define the compiler used to build locker ("local reference"), which then builds quick. From now on, we only support officially released versions of STARR. Milestones are allowed of course, which means that, instead of breaking change, STARR evolution must support old and new behavior for at least one milestone cycle. For local development, use the `replacestarr` target as before. It builds quick (core only) and publishes it to your local maven repo with a generated version number, which is saved as `starr.version` in `build.properties` for convenience (overriding `versions.properties`), so that your next build will use this version of the compiler for STARR. You may now think of STARR as STAble Reference Release -- if you will. --- lib/scala-reflect.jar.desired.sha1 | 1 - 1 file changed, 1 deletion(-) delete mode 100644 lib/scala-reflect.jar.desired.sha1 (limited to 'lib/scala-reflect.jar.desired.sha1') diff --git a/lib/scala-reflect.jar.desired.sha1 b/lib/scala-reflect.jar.desired.sha1 deleted file mode 100644 index a6cdbc18ad..0000000000 --- a/lib/scala-reflect.jar.desired.sha1 +++ /dev/null @@ -1 +0,0 @@ -a6595b3d7589085f683d4ad5a6072a057ab15ef9 ?scala-reflect.jar -- cgit v1.2.3