Re: [Bug-apl] Newly introduced bug

2014-10-02 Thread Juergen Sauermann
Hi Blake, that is exactly how things work already. Your case was just missing; I have added it. /// Jürgen On 10/02/2014 06:18 PM, Blake McBride wrote: Dear Juergen, That fixed the prob

[Bug-apl] APLwrap update

2014-10-02 Thread David Lamkins
For the APLwrap users: a big batch of patches was pushed to GitHub last night. See src/ChangeLog for a complete list. -- "The secret to creativity is knowing how to hide your sources." Albert Einstein http://soundcloud.com/davidlamkins http://reverbnation.com/lamkins http://reverbnation.com/

Re: [Bug-apl] aplwrap: another problem with quad-quote

2014-10-02 Thread David Lamkins
Thanks, Blake. On Thu, Oct 2, 2014 at 4:58 AM, Blake McBride wrote: > Thanks. Looks good now. > > Blake > > On Mon, Sep 22, 2014 at 9:20 PM, dlamk...@gmail.com > wrote: > >> Fixed. I forwarded the patch to Chris. >> >> >> >> >> >> -- Original message-- >> >> *From: *David Lamkins >> >>

Re: [Bug-apl] Newly introduced bug

2014-10-02 Thread Elias Mårtenson
The test file format is actually very simple. It's just a set of of functions and their expected return value. Regards, Elias On 3 October 2014 00:18, Blake McBride wrote: > Dear Juergen, > > That fixed the problem. Thanks. However, this scares me a little bit - > random basic functionality f

Re: [Bug-apl] Newly introduced bug

2014-10-02 Thread Blake McBride
Dear Juergen, That fixed the problem. Thanks. However, this scares me a little bit - random basic functionality failing. Perhaps I can suggest the following. Create a test suite that, for now, just tests a bench of somewhat random stuff that you think are good tests. Then, every time someone

Re: [Bug-apl] Up arrow stopped working

2014-10-02 Thread Juergen Sauermann
Hi Blake, I guess this may happen when you hit some other (Function- or cursor-) key by mistake, or when another program changes key-bindings. /// Jürgen On 10/02/2014 02:09 PM, Blake McBride wrote: H.  I destroyed the she

Re: [Bug-apl] Newly introduced bug

2014-10-02 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN  483. /// Jürgen On 10/02/2014 01:58 PM, Blake McBride wrote: IBM APL2:       'Y'∨.≠2 2⍴'X' 1 1

Re: [Bug-apl] Up arrow stopped working

2014-10-02 Thread Blake McBride
H. I destroyed the shell, created a new command shell, and now it works. Strange. On Thu, Oct 2, 2014 at 7:05 AM, Blake McBride wrote: > I have no idea what is causing this, but this is what I get when I hit > up-arrow and then enter: > > )CLEAR > CLEAR WS > 3 > 3 > 4

[Bug-apl] Up arrow stopped working

2014-10-02 Thread Blake McBride
I have no idea what is causing this, but this is what I get when I hit up-arrow and then enter: )CLEAR CLEAR WS 3 3 4 4 [up-arrow enter pressed here] Unknown ESC sequence: ESC 0x4F 0x41 �� Offending token: 0x56020011 (VOID) SYNTAX ERROR+ Thanks. Blake

Re: [Bug-apl] aplwrap: another problem with quad-quote

2014-10-02 Thread Blake McBride
Thanks. Looks good now. Blake On Mon, Sep 22, 2014 at 9:20 PM, dlamk...@gmail.com wrote: > Fixed. I forwarded the patch to Chris. > > > > > > -- Original message-- > > *From: *David Lamkins > > *Date: *Mon, 2014/09/22 09:41 > > *To: *bug-apl@gnu.org; > > *Cc: *Blake McBride;Chris Molle

[Bug-apl] Newly introduced bug

2014-10-02 Thread Blake McBride
IBM APL2: 'Y'∨.≠2 2⍴'X' 1 1 GNU APL: 'y'∨.≠2 2⍴'x' LENGTH ERROR 'y'∨.≠2 2⍴'x' ^^ Thanks. Blake