[perl #59938] [patch] test_more.pir does not export "nok"

2008-10-17 Thread via RT
# New Ticket Created by Mark Grimes # Please include the string: [perl #59938] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59938 > Hi, I was doing some test clean up (converting perl test to pir), and I noticed that tes

[perl #59472] [TODO] Randomize hash seed

2008-10-17 Thread Andrew Whitworth via RT
On Tue Sep 30 04:34:58 2008, bernhard wrote: > In src/hash.c:816 there is a TODO comment: > > /* TODO randomize */ > hash->seed = 3793; > > This needs to be investigated and probably implemented. I assume it would be easy to take Parrot_intval_time() as the seed here, or some function of i

[perl #59940] [patch] convert perl tests to parrot

2008-10-17 Thread Christoph Otto via RT
On Thu Oct 16 17:43:28 2008, mgrimes wrote: > Hi, > > The attached patch converts two perl based tests into parrot tests: > > t/pmc/string.t > t/pmc/objects.t > > Each of these included "pir_error_is" type tests. I am not aware of > any way to test those within parrot right now, so I kept th

[perl #59686] [CAGE] Review t/pmc/ro.t - improve error testing

2008-10-17 Thread Christoph Otto via RT
On Tue Oct 07 06:53:58 2008, [EMAIL PROTECTED] wrote: > In fixing the Complex PMC in r31749, I revealed a problem in our > read-only PMC tests. In t/pmc/ro.t, test 5 gets an error as expected, > but the error it gets complains that add_p_ic_p doesn't exist (it hasn't > existed for years, if ever

Re: [svn:perl6-synopsis] r14597 - doc/trunk/design/syn

2008-10-17 Thread Eirik Berg Hanssen
Larry Wall <[EMAIL PROTECTED]> writes: > On Thu, Oct 16, 2008 at 10:37:41PM +0200, Eirik Berg Hanssen wrote: > : [EMAIL PROTECTED] writes: > : > : > -C<< infix: >>, sequential junctional and operator > : > +C<< infix: >>, sequential junctional and operator > : > > : > -EXPR where EXPR where

[svn:perl6-synopsis] r14598 - doc/trunk/design/syn

2008-10-17 Thread larry
Author: larry Date: Fri Oct 17 08:24:48 2008 New Revision: 14598 Modified: doc/trunk/design/syn/S03.pod Log: explicit use of term "short-circuit" suggested by Eirik-Berg.Hanssen++ Modified: doc/trunk/design/syn/S03.pod =

[perl #59914] Re: building parrot

2008-10-17 Thread Andrew Dougherty
[reforwarding this so it gets in the bug-tracking system] On Wed, 15 Oct 2008, Michael P. Soulier wrote: > I'm trying to build parrot on a CentOS 4.6 box and it's failing at link time. > > gcc -o miniparrot src/main.o src/null_config.o \ > -Wl,-rpath=/home/msoulier/downloads/parrot-0.7.1/blib/l

Re: [perl #59472] [TODO] Randomize hash seed

2008-10-17 Thread chromatic
On Thursday 16 October 2008 11:22:20 Andrew Whitworth via RT wrote: > On Tue Sep 30 04:34:58 2008, bernhard wrote: > > In src/hash.c:816 there is a TODO comment: > > > > /* TODO randomize */ > > hash->seed = 3793; > > > > This needs to be investigated and probably implemented. > > I assume

Re: [svn:perl6-synopsis] r14598 - doc/trunk/design/syn

2008-10-17 Thread Jon Lang
"also" seems to be the junctive equivalent of "andthen". Should there be a junctive equivalent of "orelse"? -- Jonathan "Dataweaver" Lang

[perl #59938] [patch] test_more.pir does not export "nok"

2008-10-17 Thread Will Coleda via RT
On Thu Oct 16 17:20:00 2008, mgrimes wrote: > Hi, > > I was doing some test clean up (converting perl test to pir), and I > noticed that test_more.pir doesn't export "nok". It is a simple fix, > and I have included a patch. > > Thanks, > Mark Thanks, applied in r32004 -- Will "Coke" Coleda