[Bug-apl] aplwrap: error with function with blank lines

2014-10-08 Thread Blake McBride
If you edit a function with blank lines, you get the following error on the *console* for each blank line that exists: (aplwrap:30307): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 'g_utf8_validate (text, len, NULL)' failed Thanks. Blake

[Bug-apl] Parse problem

2014-10-08 Thread Blake McBride
I am debugging a different bug and came across this: ⌽∨\⌽'' ''∨.≠x←2 3⍴'A BBB' *** Attempt to start a new joblist at ScalarFunction.cc:412 while joblist from ScalarFunction.cc:412 is not finished -- Stack trace at Parallel.hh:393 --

[Bug-apl] or dot ne wrong answer

2014-10-08 Thread Blake McBride
GNU APL: ' '∨.≠2 3⍴'A BBB' 1 0 0 IBM APL 2: ' '∨.≠2 3⍴'A BBB' 1 1 1 Thanks. Blake