Re: [Bug-apl] GNU APL 1.4 released

2014-08-10 Thread Juergen Sauermann
Hi David, thanks, done. /// Jürgen On 08/08/2014 11:35 PM, David B. Lamkins wrote: Congratulations! Please be sure to announce this on comp.lang.apl. On Thu, 2014-08-07 at 19:57 +0200, Juergen Sauermann wrote:

Re: [Bug-apl] Error installing on UBUNTU 14.04

2014-08-10 Thread Juergen Sauermann
Hi William, thanks, fixed in SVN 428. I have uploaded a new apl_1.4-1_i386.deb file that is hopefully correct. /// Jürgen On 08/09/2014 12:28 PM, WIlliam Main wrote: On Ubuntu 14.04 installing the ftp://ftp.gnu.org/gnu/apl/apl_1.4-1_i386.deb I get the error message The package is of bad qua

Re: [Bug-apl] GNU APL 1.4 released

2014-08-10 Thread Elias Mårtenson
Just for the record: I just noticed that there is an error in the announcement. It's not Mysql and Postgres. It's SQLite and Postgres. Regards, Elias On 10 August 2014 17:19, Juergen Sauermann wrote: > Hi David, > > thanks, done. > > /// Jürgen > > > > On 08/08/2014 11:35 PM, David B. Lamkins

Re: [Bug-apl] Updated WASD inkscape layout

2014-08-10 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 429. /// Jürgen On 08/10/2014 06:49 AM, Blake McBride wrote: I updated the graphics for the WASD keyboard. I added the following characters that were missing from the original release: ⍹⍶χ¢£¥ Please replace this file in the distribution located at support-f

Re: [Bug-apl] Error loading a WS with a SI

2014-08-10 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 429. /// Jürgen On 08/10/2014 07:57 AM, Blake McBride wrote: )load Utils SAVED 2014-08-10 00:44:26 (GMT-5) == Assertion failed: pc >= 0 in Function: get_line in file:

Re: [Bug-apl] GNU APL 1.4 released

2014-08-10 Thread Juergen Sauermann
Hello again, unfortunately the announcement below was incorrect. It should have said SQLite instead of mySQL. Sorry for the confusion, Jürgen Sauermann On 08/07/2014 07:57 PM, Juergen Sauermann wrote: Hello, I am happy to announce that GNU APL 1.4 has been released. This release contains:

Re: [Bug-apl] APL fill elements

2014-08-10 Thread Juergen Sauermann
Hi Peter, no there isn't. Fill items and Fill functions occur all over the place in APL2. And they are function specific so that ↑ has other fill items (' ' and 0) than + (0) and × (1). On the other hand fill items are not at all related ⎕IO. You can easily achieve what you are after like thi

Re: [Bug-apl] Bad function header causes traceback.

2014-08-10 Thread Juergen Sauermann
Hi David, thanks, fixed in SVN 430. /// Jürgen On 08/07/2014 07:30 PM, David Lamkins wrote: Sorry for the inline code. GMail's web client - for some unknown reason this morning - won't let me attach a file. -- begin lamkins-fnhdr.apl ⍝! ∇foo;a;b ⍝;c 1 ∇ -- end lamkins-fnhdr.apl

Re: [Bug-apl] Error loading a WS with a SI

2014-08-10 Thread Blake McBride
Perfect. Thanks! On Sun, Aug 10, 2014 at 4:55 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > thanks, fixed in SVN 429. > > /// Jürgen > > > > On 08/10/2014 07:57 AM, Blake McBride wrote: > >> )load Utils >> SAVED 2014-08-10 00:44:26 (GMT-5) >> >> ==

Re: [Bug-apl] APL fill elements

2014-08-10 Thread Peter Teeson
Yes thanks I understand. My Foo function used out of bounds fill elements internally to be able to manipulate rectangular arrays of generated indices which are of course ⎕IO dependant. The return result of Foo had removed them. I will not do so and my problem will disappear. thanks again and r