bug-apl
[Top][All Lists]
Advanced

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

Re: WS remains full after large aborted computations?


From: Dr . Jürgen Sauermann
Subject: Re: WS remains full after large aborted computations?
Date: Tue, 23 Feb 2021 12:50:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi,

I suppose )SIC might do.

If you get an APL error then the failed operation is still
on the )SI stack (so that you can continue it with →)

Best Regards,
Jürgen



On 2/23/21 7:07 AM, Russtopia wrote:
Hi, I saw this behaviour tonight:

      +/⍳1000000000
WS FULL+
      +/⍳1000000000
      ^ ^
     ⍳4
WS FULL+
      +/⍳1000000000
      ^ ^
      4
WS FULL+
      +/⍳1000000000
      ^ ^

.. seems the only way to recover is call )CLEAR but that erases the entire active workspace. Is there a way to just clean out the incomplete operation without losing )FNS and )VARS, and restore basic evaluation ?




reply via email to

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