[SCM] Lisaac compiler branch, master, updated. c260e621e35aae297bf776105510c5a0f82d039a

Benoit Sonntag sonntag at icps.u-strasbg.fr
Wed Jul 29 13:26:51 UTC 2009


The following commit has been merged in the master branch:
commit c260e621e35aae297bf776105510c5a0f82d039a
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Wed Jul 29 15:26:46 2009 +0200

    Cowgar bug begin

diff --git a/src/item/itm_slot.li b/src/item/itm_slot.li
index 90b078e..98d93a5 100644
--- a/src/item/itm_slot.li
+++ b/src/item/itm_slot.li
@@ -34,6 +34,8 @@ Section Inherit
   
 Section Public
   
+  + pretty_name:STRING_CONSTANT;
+  
   + comment:STRING_CONSTANT;
   
   - set_comment str:STRING_CONSTANT <-
diff --git a/tests/abstract_string_test.li b/tests/abstract_string_test.li
index a818562..7ccab6e 100644
--- a/tests/abstract_string_test.li
+++ b/tests/abstract_string_test.li
@@ -32,7 +32,7 @@ Section Public
   - run <-
   ( + name:ABSTRACT_STRING;
     + empty:ABSTRACT_STRING;
-    + values:ARRAY[STRING];
+    + values:ARRAY(STRING);
 
     name := "John Doe";
     empty := "";

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list