Thank you. Confirmed working as expected.
On Sat, 2014-05-31 at 14:32 +0200, Juergen Sauermann wrote:
> 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
> >
> >
> >
>