[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-684-g190db64

ontologiae ontologiae at gmail.com
Tue Dec 7 11:31:56 UTC 2010


The following commit has been merged in the master branch:
commit 190db6432f7c20138568e2a7441aa457b2338dfd
Author: ontologiae <ontologiae at gmail.com>
Date:   Tue Dec 7 12:29:13 2010 +0100

    Bug with NATIVE_ARRAY

diff --git a/src/variable/variable.li b/src/variable/variable.li
index dda5c2e..1dcb040 100644
--- a/src/variable/variable.li
+++ b/src/variable/variable.li
@@ -186,16 +186,25 @@ Section Public
 
   - reset_last_write w:WRITE <-
   (
+    position.put_error warning text "in variable.reset_last_write : deffered";
+    position.put_position;
+    position.send_error;
     deferred;
   );
 
   - set_write w:WRITE <-
   (
+    position.put_error warning text "in variable.set_write : deffered";
+    position.put_position;
+    position.send_error;
     deferred;
   );
 
   - set_read <-
   (
+     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