Igor Schein on Mon, 28 Apr 2003 20:21:49 -0400


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

Re: \o3 glitch


On Mon, Apr 28, 2003 at 05:03:51PM -0700, Ilya Zakharevich wrote:
> On Mon, Apr 28, 2003 at 05:35:02PM -0400, Igor Schein wrote:
> 
> > Am I correct in assuming \o3 hasn't been thoroughly tested?
> 
> What would you call a "thorough testing"?
> 
> Ilya

Well, for instance, run one usage example of every gp function with
\o3 on.  This is actually a current TODO item by itself:

4  add examples for all functions in Chapter 3

Here's another way which is readily available:

% foreach i ( pari/src/test/in/[a-z]* )
foreach> (echo "\o3";cat $i)|gp -q
foreach> end

picks up the problem I reported right away.

Igor