bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Major dimension problem


From: Blake McBride
Subject: Re: [Bug-apl] Major dimension problem
Date: Sat, 24 May 2014 10:48:42 -0500

Here is what I get with the latest GNU APL and the latest Emacs mode, but using the .so file from GNU APL:

      ⍴''
0
      ⎕LX←''
      0 0⍴''
      ⍴''
0 0
      ⎕LX←''
RANK ERROR
      ⎕LX←''
      ^  ^


Here it is in the same GNU APL without Emacs mode:

      ⍴''
0
      ⎕LX←''
      0 0⍴''
      ⍴''
0
      ⎕LX←''

My guess is the Emacs mode .so is clobbering something in GNU APL.

I am running this on 64 bit LinuxMint 16.

Thanks.

Blake



On Sat, May 24, 2014 at 2:04 AM, Elias Mårtenson <address@hidden> wrote:

I thought I fixed that. Perhaps I didn't push the change to Github.

In any case, you don't have to use it right now, since the version that is included in GNU APL itself is right now exactly the same (but with the fix).

Regards,
Elias


reply via email to

[Prev in Thread] Current Thread [Next in Thread]