jason switzer (via RT) wrote:
> Recent changes to the S29-trig tests have them properly fudged and passing
> as of revision 29865. The attached file is the patch to the
> spectest_regression to add them to the regression tests.

Thanks for your good work.

However I'm reluctant to add the test for Num::e because e shouldn't be
available initially. To quote http://perlcabal.org/syn/S29.html#Num

Num provides a number of constants in addition to the basic mathematical
functions. To get these constants, you must request them:

 use Num :constants;

or use the full name, e.g. Num::pi.

I notice that it's the same issue for pi, but there the probability of
name clashes isn't as high as for e.
So I'll wait for the time when Rakudo implements 'use' meaningfully, and
when the test is re-worked to adhere to the current spec.

I did add trig.t to spectest_regression though (r29906).

Cheers,
Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to