bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] )CHECK output stream inconsistency


From: Juergen Sauermann
Subject: Re: [Bug-apl] )CHECK output stream inconsistency
Date: Sat, 14 Jun 2014 17:11:38 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi David,

this is on purpose.

Stale variables or indices are an (internal) error,
Stale functions are not an error. They aremcreated when a function is erased
while pending on the SI stack.

The )CHECK command removes stale functions and prints debug info about what
it does (or not does).

If I would output than on COUT then valid testcases doing )CHECK would fail due to a stale
function from a previous testcase.

/// Jürgen


On 06/12/2014 09:01 PM, David Lamkins wrote:
The first line of )CHECK output goes to CERR, while the other two go to the stream passed as a function argument. Is this the intended behavior?

--
"The secret to creativity is knowing how to hide your sources."
   Albert Einstein


http://soundcloud.com/davidlamkins
http://reverbnation.com/lamkins
http://reverbnation.com/lcw
http://lamkins-guitar.com/
http://lamkins.net/
http://successful-lisp.com/




reply via email to

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