bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Fwd: WS FULL


From: Dr . Jürgen Sauermann
Subject: [Bug-apl] Fwd: WS FULL
Date: Mon, 21 Jan 2019 16:26:35 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Hi,

could you please do the following (without any intervening steps):

1, show memory information:

cat /proc/meminfo

2. start apl with -l 37:

apl -l 37

3, Display workspace available:

      ⎕WA

Thanks,
/// Jürgen


PS. I am currently recovering from an eye surgery, which
slows me down a lot when reading or writing emails or code.
Please be patient until I am up to speed again.


On 01/16/2019 07:05 PM, Hudson Flavio Meneses Lacerda wrote:
Some info:

x86 32bit
Debian Jessie
GCC 4.9.2

Build command:

DYNAMIC_LOG_WANTED='yes' \
CXX_WERROR='no' \
	./configure \
	--with-gtk3 \
	--with-pcre
make
sudo make install



On Wed, 16 Jan 2019 15:58:18 -0200
Hudson Flavio Meneses Lacerda <address@hidden> wrote:

Hi.

I tried the newest trunk version (1114), but the program shows this
strange behaviour:


--------...
     This program is free software, and you are welcome to
redistribute it according to the GNU Public License (GPL) version 3
or later. 
      a← 2 3 4
WS FULL
      a←2 3 4
      ^^
      a ← 2 3 4
WS FULL
      a←2 3 4
      ^^
      x ← 2 3 4
WS FULL
      x←2 3 4
      ^^
      z ← ⍳3   
      a ← ⍳3
      a ← 3 4 2
WS FULL
      a←3 4 2
      ^^
      a
WS FULL
      a
      ^
      z
WS FULL
      z
      ^
      x
VALUE ERROR
      x
      ^

--------


Hudson




reply via email to

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