Re: [Bug-apl] Parse problem

2014-10-09 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 484. /// Jürgen On 10/08/2014 10:52 PM, Blake McBride wrote: I am debugging a different bug and came across this:       ⌽∨\⌽'' ''∨.≠x←2

Re: [Bug-apl] or dot ne wrong answer

2014-10-09 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 484. /// Jürgen On 10/08/2014 11:02 PM, Blake McBride wrote: GNU APL:       ' '∨.≠2 3⍴'A  BBB' 1 0 0

Re: [Bug-apl] Parse problem

2014-10-09 Thread Blake McBride
Looks good. Thanks! On Thu, Oct 9, 2014 at 7:46 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > thanks, fixed in SVN 484. > > /// Jürgen > > > On 10/08/2014 10:52 PM, Blake McBride wrote: > > I am debugging a different bug and came across this: > >⌽∨\⌽'' '

Re: [Bug-apl] or dot ne wrong answer

2014-10-09 Thread Blake McBride
Look good. Did you add this to your test cases? Thanks. Blake On Thu, Oct 9, 2014 at 7:46 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > thanks, fixed in SVN 484. > > /// Jürgen > > > On 10/08/2014 11:02 PM, Blake McBride wrote: > > GNU APL: > >' '∨.≠2

Re: [Bug-apl] or dot ne wrong answer

2014-10-09 Thread Juergen Sauermann
Hi Blake, yes. /// Jürgen On 10/09/2014 02:58 PM, Blake McBride wrote: Look good.  Did you add this to your test cases? Thanks. Blake

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

2014-10-09 Thread David B. Lamkins
Thank you. Fixed and pushed. On Wed, 2014-10-08 at 14:30 -0500, Blake McBride wrote: > 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_v

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

2014-10-09 Thread Blake McBride
Now getting this error when editing a file with blank lines: (aplwrap:12159): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 'g_utf8_validate (text, len, NULL)' failed Thanks. Blake On Thu, Oct 9, 2014 at 12:31 PM, David B. Lamkins wrote: > Thank you. Fixed and pushed. > > On Wed, 2

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

2014-10-09 Thread David Lamkins
I don't see it. Please provide the sequence of steps you followed.

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

2014-10-09 Thread Blake McBride
Create a new object that looks like this: abc def Note the blank line between 'abc' and 'def'. Now save it. Then open the object - the error occurs. Thanks. Blake On Thu, Oct 9, 2014 at 3:13 PM, David Lamkins wrote: > I don't see it. Please provide the sequence of steps you followed. >

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

2014-10-09 Thread David Lamkins
I'm unable to reproduce this. I'll keep an eye open for its appearance on my machines. On Thu, Oct 9, 2014 at 1:18 PM, Blake McBride wrote: > Create a new object that looks like this: > > abc > > def > > > Note the blank line between 'abc' and 'def'. Now save it. Then open the > object - the e