summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-24 06:18:01 +0000
committerPaul Phillips <paulp@improving.org>2011-01-24 06:18:01 +0000
commit4253124eecba6bed38f1dc961c5c4ee39a29f730 (patch)
tree797f007d753da349feb718f802c476557c47249e /lib
parent1cbe06c2dcde9606c3d3f6fe86e89fbba3a404e3 (diff)
downloadscala-4253124eecba6bed38f1dc961c5c4ee39a29f730.tar.gz
scala-4253124eecba6bed38f1dc961c5c4ee39a29f730.tar.bz2
scala-4253124eecba6bed38f1dc961c5c4ee39a29f730.zip
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/scala-compiler.jar.desired.sha12
-rw-r--r--lib/scala-library-src.jar.desired.sha12
-rw-r--r--lib/scala-library.jar.desired.sha12
3 files changed, 3 insertions, 3 deletions
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
diff --git a/lib/scala-library-src.jar.desired.sha1 b/lib/scala-library-src.jar.desired.sha1
index 6f44972af2..aa7dbdc6bd 100644
--- a/lib/scala-library-src.jar.desired.sha1
+++ b/lib/scala-library-src.jar.desired.sha1
@@ -1 +1 @@
-63be019508818165998eaa2be955eaa28ef4ad8c ?scala-library-src.jar
+f015b1389419b997796a3a9814bedac6343f108e ?scala-library-src.jar
diff --git a/lib/scala-library.jar.desired.sha1 b/lib/scala-library.jar.desired.sha1
index 0d2a9f0233..57adbeffc5 100644
--- a/lib/scala-library.jar.desired.sha1
+++ b/lib/scala-library.jar.desired.sha1
@@ -1 +1 @@
-acc4baf73128ac1b66d611a86d8234744998659c ?scala-library.jar
+af0438e6911f357a2af0d068482baa1f526dbac0 ?scala-library.jar