[SCM] Lisaac compiler branch, master+stable, updated. lisaac-0.12-606-gf445725

Mildred Ki'Lya silkensedai at online.fr
Mon Mar 1 00:35:33 UTC 2010


The following commit has been merged in the master+stable branch:
commit 7d0b0597d798f25f716b4f245f01917a408b32a8
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Mon Oct 12 12:00:29 2009 +0200

    Changed expanded_test to avoid another bug of the compiler. Made CONTAINER Expanded.

diff --git a/tests/expanded_global/container.li b/tests/expanded_global2/container.li
similarity index 78%
copy from tests/expanded_global/container.li
copy to tests/expanded_global2/container.li
index 7af1e6a..bbf9afa 100644
--- a/tests/expanded_global/container.li
+++ b/tests/expanded_global2/container.li
@@ -1,6 +1,6 @@
 Section Header
 
-  + name := CONTAINER;
+  + name := Expanded CONTAINER;
 
 Section Mapping
 
diff --git a/tests/expanded_global/itm_keyword.li b/tests/expanded_global2/itm_keyword.li
similarity index 100%
copy from tests/expanded_global/itm_keyword.li
copy to tests/expanded_global2/itm_keyword.li
diff --git a/tests/expanded_global/main.li b/tests/expanded_global2/main.li
similarity index 81%
copy from tests/expanded_global/main.li
copy to tests/expanded_global2/main.li
index badcf4a..7f7c0ec 100644
--- a/tests/expanded_global/main.li
+++ b/tests/expanded_global2/main.li
@@ -8,7 +8,10 @@ Section External
 
   - test i:ITM_KEYWORD :INTEGER <-
   ( + c:CONTAINER;
-    c := `&container`:CONTAINER;
+    + nc:NATIVE_ARRAY(CONTAINER);
+    nc := `&container`:NATIVE_ARRAY(CONTAINER);
+    `/* @nc */`;
+    c := nc.item 0;
     (c.keyword = i).if {
       "equal".println;
     };
diff --git a/tests/expanded_global/make.lip b/tests/expanded_global2/make.lip
similarity index 100%
copy from tests/expanded_global/make.lip
copy to tests/expanded_global2/make.lip

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list