Re: perl6/languages/t/compiler/1.t print format errors

2003-09-16 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > On Mon, 15 Sep 2003, Andy Dougherty wrote: [ \d+\.0{6} vs \d+ ] > I expect these are a result of Leo's recent work on the perl PMCs, rather > than a Solaris or perl version issue. There were similar problems in the > base test suite for a bit. Yes. Sorry

Re: perl6/languages/t/compiler/1.t print format errors

2003-09-15 Thread Dan Sugalski
On Mon, 15 Sep 2003, Andy Dougherty wrote: > On Solaris 8, with Sun's compiler and a very very recent perl-5.8.x, I'm > getting several failures in perl6/languages/t/compiler/1.t. Here's a > typical sample. Note that the difference is simply in whether or not to > include the trailing zeros in t

perl6/languages/t/compiler/1.t print format errors

2003-09-15 Thread Andy Dougherty
On Solaris 8, with Sun's compiler and a very very recent perl-5.8.x, I'm getting several failures in perl6/languages/t/compiler/1.t. Here's a typical sample. Note that the difference is simply in whether or not to include the trailing zeros in the print command. Does anyone know which is "right"