Crash with array index to empty array

2020-04-06 Thread Elias Mårtenson
Not much to say about this one. A parser crash. Easiest way to reproduce: * [⍬]* non-ASCII char in C-String '⍬' == Assertion failed: 0 && "Bad C-string" in Function: UCS_string in file: UCS_string.cc:93

Re: Crash with array index to empty array

2020-04-06 Thread Dr . Jürgen Sauermann
Hi Elias, thanks. I believe this  was fixed in SVN 1240. Best Regards, Jürgen Sauermann On 4/6/20 11:11 AM, Elias Mårtenson wrote: Not much to say about this one. A parser crash. Easiest way to reprod

Re: seg-fault with deeply nested assignment

2020-04-06 Thread Blake McBride
Without assigning it to a variable, I don't see what sense the statement even makes. (⊃⊃x) produces an intermediate value. I can't think of what sense making an assignment to an intermediate value even does. I think APL should just throw a syntax error as in: (+/10 10⍴⍳100)[2]←4 SYNTAX