From ef1577a9c5a9f2905e9b89b1508f97127d941bd7 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Tue, 23 Mar 2010 14:38:11 +0000 Subject: Scala signature is generated as an annotation (... Scala signature is generated as an annotation (that is accessible through Java reflection). - compiler generates all pickled Scala signatures as annotations to class files. - compiler can read class files with signature as annotations or old-style signatures as attributes. - Scalap has also been updated to new signatures (contributed by Ilya Sergey: thanks a lot). - FJBG updated to allow entering constant pool strings as byte arrays. - ByteCodecs decode method returns the length of the decoded array. Review by ilyas. Already mostly reviewed by odersky. --- lib/fjbg.jar.desired.sha1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fjbg.jar.desired.sha1') diff --git a/lib/fjbg.jar.desired.sha1 b/lib/fjbg.jar.desired.sha1 index 059817251c..04db587a17 100644 --- a/lib/fjbg.jar.desired.sha1 +++ b/lib/fjbg.jar.desired.sha1 @@ -1 +1 @@ -6ef6a21997d01d64a3ff8447a0e110d04b3d6c7d ?fjbg.jar +bfbfc87845d5bb3402bac61f03734f362f6554b6 ?fjbg.jar -- cgit v1.2.3