bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] quad-ET doesn't follow SI


From: Juergen Sauermann
Subject: Re: [Bug-apl] quad-ET doesn't follow SI
Date: Sat, 31 May 2014 14:32:24 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi David,

thanks, fixed in SVN 304.
This changed some data structures, so make install is needed.

/// Jürgen


On 05/29/2014 05:45 AM, David B. Lamkins wrote:
quad-ET should always reflect the error that caused the top suspension
on the SI. When the SI is empty, quad-ET should yield 0 0.


       ⎕et
0 0
       foo
VALUE ERROR
       foo
       ^
       ⎕et
3 1
       1÷0
DOMAIN ERROR
       1÷0
       ^^
       ⎕et
5 4
       →
       ⎕et
5 4
^^ NOTE: should be 3 1
       →
       ⎕et
5 4
^^ NOTE: should be 0 0
       )si







reply via email to

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