# 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
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
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
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
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
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
=
[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
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
"also" seems to be the junctive equivalent of "andthen". Should there
be a junctive equivalent of "orelse"?
--
Jonathan "Dataweaver" Lang
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
10 matches
Mail list logo