[Bug-apl] Errors on SAVE/LOAD with SI not empty

2014-02-02 Thread Kacper Gutowski
Hi, 1. Trying to )SAVE (or )CONTINUE) while stopped on SYNTAX ERROR, causes segmentation fault: + SYNTAX ERROR + ^ )SAVE FOO SEGMENTATION FAULT -- Stack trace at main.cc:113 --

Re: [Bug-apl] Print width

2014-02-02 Thread Kacper Gutowski
As of revision 116, the problems with wrapping mixed arrays whose ⍕ is of ⎕PW width (or ⎕PW-1 before r113) still persist. But there is another issue with wrapping which I think may be related. When displaying nested vector whose elements are vectors, only the first element is treated as expected.

[Bug-apl] Small workspace of an example from "APL in Exposition" corrupts keyboard input after reload

2014-02-02 Thread ds.jaypee
Environment: - GNU APL 1.2 or latest checkout from SVN, built from source - OS X Mavericks, MacBookPro 8 GB RAM, More than 10 GB free disk space Workspace, - Manually edited and tested on Dyalog APL, - Exported as UTF8 text - Text sucessfully copied and pasted in clear Dyalog APL workspace, func

Re: [Bug-apl] Potential performance optimisation tested

2014-02-02 Thread Frederick H. Pitts
Elias, This approach to optimizating Gnu APL sounds very reasonable to me. I hope it succeeds. May Conway's "Game of Life" go faster. :-) Fred On Sun, 2014-02-02 at 21:19 +0800, Elias Mårtenson wrote: > I made a test implementation of a performance optimisation for GNU > APL. The short

[Bug-apl] Potential performance optimisation tested

2014-02-02 Thread Elias Mårtenson
I made a test implementation of a performance optimisation for GNU APL. The short story is that it seems to work for limited tests, but there may be issues with my approach and I don't want to spend any more time on it unless Jürgen agrees it's a good idea. After all, I may have completely misunder