[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-685-gd1603a7

ontologiae ontologiae at gmail.com
Fri Dec 10 23:14:44 UTC 2010


The following commit has been merged in the master branch:
commit d1603a76f4db778f968bc1ebb68c351bcddbc949
Author: ontologiae <ontologiae at gmail.com>
Date:   Wed Dec 8 11:23:23 2010 +0100

    Tracking a bug with NATIVE_ARRAY

diff --git a/src/variable/variable.li b/src/variable/variable.li
index 1dcb040..5034c06 100644
--- a/src/variable/variable.li
+++ b/src/variable/variable.li
@@ -186,14 +186,17 @@ Section Public
 
   - reset_last_write w:WRITE <-
   (
+   // print_runtime_stack; 
     position.put_error warning text "in variable.reset_last_write : deffered";
     position.put_position;
     position.send_error;
-    deferred;
+    print_runtime_stack;
+    //deferred;
   );
 
   - set_write w:WRITE <-
   (
+    print_runtime_stack; 
     position.put_error warning text "in variable.set_write : deffered";
     position.put_position;
     position.send_error;
@@ -202,7 +205,8 @@ Section Public
 
   - set_read <-
   (
-     position.put_error warning text "in variable.set_write : deffered";
+    print_runtime_stack; 
+    position.put_error warning text "in variable.set_write : deffered";
     position.put_position;
     position.send_error;
     deferred;

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list