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: Mon, 19 May 2014 22:29:29 -0500

I updated to the latest SVN, and it now works fine.  I was only a revision or two behind.  One of two things are true.

1.  I picked up a revision that was quickly corrected.

2.  There is some combination of events that causes ⍴'' to be 0 0 after said events even after a )CLEAR.

I can't reproduce it right now for some reason, but I'll keep trying.  (Wish I kept what I had!!)

Thanks.

Blake



On Mon, May 19, 2014 at 9:50 PM, Elias Mårtenson <address@hidden> wrote:
I was also trying to reproduce Blake's problem and it all looks good here.

Regards,
Elias


On 20 May 2014 10:47, David B. Lamkins <address@hidden> wrote:
Hmm, not here:

CLEAR WS
      x←''
      ⍴x
0

As expected.

This is:

                     Welcome to GNU APL version 1.3 / 6705

Are you building from sources? Perhaps a $ make clean all is in order...


On Mon, 2014-05-19 at 21:21 -0500, Blake McBride wrote:
>
>
>       )CLEAR
> CLEAR WS
>       x←''
>       ⍴x
> 0 0
>
>






reply via email to

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