From 4253124eecba6bed38f1dc961c5c4ee39a29f730 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 24 Jan 2011 06:18:01 +0000 Subject: The AnyVal types become source files instead of... The AnyVal types become source files instead of polite compiler fictions. !! You'll need a serious "ant all.clean" now. !! As of this commit the system is fully bootstrapped and the synthetic code eliminated: only the source files remain. The sort-of-AnyVal-companions in scala.runtime.* have all been eliminated because the actual companions can do everything; deprecated vals in the scala.runtime package object point to the companions. This left AnyValCompanion as the only AnyVal related thing in the runtime package: that made little sense, so I deprecated and moved it as well. Starr is based on r24066 plus this commit. Closes #4121. Review by rytz, odersky. --- lib/scala-compiler.jar.desired.sha1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/scala-compiler.jar.desired.sha1') diff --git a/lib/scala-compiler.jar.desired.sha1 b/lib/scala-compiler.jar.desired.sha1 index a9efcfe011..036af075b1 100644 --- a/lib/scala-compiler.jar.desired.sha1 +++ b/lib/scala-compiler.jar.desired.sha1 @@ -1 +1 @@ -91d31d91a1dcebb045af5e171974751fef282a84 ?scala-compiler.jar +4b2f54712dab89071f1909f07367673635beffda ?scala-compiler.jar -- cgit v1.2.3