[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-696-g27ba87e

ontologiae ontologiae at gmail.com
Wed Jan 26 19:22:44 UTC 2011


The following commit has been merged in the master branch:
commit 2c60112bef318fa4aa4711d806e95e55141f90e9
Author: ontologiae <ontologiae at gmail.com>
Date:   Wed Jan 19 16:58:53 2011 +0100

    Tracking nativearray bug.

diff --git a/lib/internal/portable/collection/set.li b/lib/internal/portable/collection/set.li
index 9c3dda7..7f5d107 100644
--- a/lib/internal/portable/collection/set.li
+++ b/lib/internal/portable/collection/set.li
@@ -83,7 +83,7 @@ Section Public
     deferred;
   )
   [ ...
-    "Added." +? {fast_has e};
+    "Element e was not added." +? {fast_has e};
     "Not in then added." +? {(! Old fast_has e) -> (count = Old count + 1)};
     "In then not added." +? {(Old fast_has e) -> (count = Old count)};
   ];
diff --git a/src/item/itm_type_mono.li b/src/item/itm_type_mono.li
index bc07532..6eb6592 100644
--- a/src/item/itm_type_mono.li
+++ b/src/item/itm_type_mono.li
@@ -34,8 +34,10 @@ Section Inherit
 
 Section Public
 
+  
   - hash_code:INTEGER <-
   (
+
     deferred;
     0
   );

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list