[lisaac-Bugs][311040] First call in a function (Grammar Issue)

lisaac-bugs at alioth.debian.org lisaac-bugs at alioth.debian.org
Thu Sep 4 10:24:51 UTC 2008


Bugs item #311040, was opened at 04/09/2008 12:24
Status: Open
Priority: 3
Submitted By: Xavier Oswald  (xaviero-guest)
Assigned to: Benoit Sonntag (sonntag-guest)
Summary: First call in a function (Grammar Issue) 


Initial Comment:
Lisaac segfault instead of detecting the TYPE error between FAST_ARRAY and FAST_ARRAY2.

Exemple of CODE:
----------------

Section Public

- iubpairs: FAST_ARRAY2[CHARACTER] := FAST_ARRAY[CHARACTER].create (7,2);

- init_iubpairs <-
(
iubpairs.put 'A' to (0,0); iubpairs.put 'T' to (0,1);
);

- main <-
( + line:STRING;

init_iubpairs;

IO.read_line;
{IO.end_of_input}.until_do {
line := IO.last_string;
line.append_character '\n';
line.print;
IO.read_line;
};

); 

----------------------------------------------------------------------

You can respond by visiting: 
http://alioth.debian.org/tracker/?func=detail&atid=413092&aid=311040&group_id=100200



More information about the Lisaac-devel mailing list