[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-608-g1d04c17

Mildred Ki'Lya silkensedai at online.fr
Fri Nov 13 05:48:49 UTC 2009


The following commit has been merged in the stable branch:
commit 6782c26e13df7ea50ad0ea8550807e45bfaee7d8
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Wed Nov 11 17:05:35 2009 +0100

    fix tests (status code > 255 did not fail)

diff --git a/make.lip b/make.lip
index fb0e45c..9876b5e 100644
--- a/make.lip
+++ b/make.lip
@@ -189,6 +189,9 @@ Section Private
   - execute_fail cmd:STRING <-
   (
     execute cmd;
+    (execute_status_code > 255).if {
+      die_with_code exit_failure_code;
+    };
     (execute_status_code != 0).if {
       die_with_code execute_status_code;
     };

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list