[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-482-g59d4dbb

sonntag (none) sonntag at isaac.
Sat Sep 12 02:29:20 UTC 2009


The following commit has been merged in the master branch:
commit 59d4dbb4d5ee73e6e06e01d6d072547e819d4a6c
Author: sonntag <sonntag at isaac.(none)>
Date:   Sat Sep 12 04:29:11 2009 +0200

    mildred string_buffer bug

diff --git a/lib/string/string_buffer.li b/lib/string/string_buffer.li
index 206ab32..6008935 100644
--- a/lib/string/string_buffer.li
+++ b/lib/string/string_buffer.li
@@ -23,7 +23,7 @@ Section Header
   + name      := Expanded STRING_BUFFER;
 
   - import    := STRING;
-  - export    := STRING;
+  - export    := STRING, ABSTRACT_STRING;
 
   - copyright := "2009 Mildred <http://ki.lya.online.fr>";
 
@@ -56,6 +56,8 @@ Section Public
   - from_string s:STRING :SELF <- create_from s;
 
   - to_string :STRING <- parent_string;
+  
+  - to_abstract_string:ABSTRACT_STRING <- parent_string;
 
   - Self:SELF '+' other:ABSTRACT_STRING :STRING_BUFFER <-
   // Create a new STRING_BUFFER which is the concatenation of

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list