Re: [perl #19183] languages/perl6/t/compiler.t -- multiple ways to spell "Inf"

2002-12-16 Thread Sean O'Rourke
On Mon, 16 Dec 2002, Nicholas Clark wrote: > Also, is the first of these a bug? > > $ ./perl6 -e 'print 3/undef; print "\n"' > Can't call method "tree" on an undefined value at ./perl6 line 342. Yes. The C function isn't fully, well, defined. /s

Re: [perl #19183] languages/perl6/t/compiler.t -- multiple ways to spell "Inf"

2002-12-16 Thread Nicholas Clark
On Mon, Dec 16, 2002 at 03:25:36PM +, Andy Dougherty wrote: > On Solaris 8, with Sun's Workshop Compiler, using Sun's supplied > 5.00503, I get the following test failure in > > t/compiler/1# Failed test (t/compiler/1.t at line 306) > # got: '7.00 9.00 4.00 >

[perl #19183] languages/perl6/t/compiler.t -- multiple ways to spell "Inf"

2002-12-16 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19183] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19183 > On Solaris 8, with Sun's Workshop Compiler, using Sun's supplied 5.00503, I get the fo