[svn:parrot-pdd] r32010 - trunk/docs/pdds

2008-10-19 Thread Whiteknight
Author: Whiteknight Date: Sat Oct 18 07:21:18 2008 New Revision: 32010 Modified: trunk/docs/pdds/pdd20_lexical_vars.pod Log: [PDDs] Codingstd fix on PDD20, fixing very long lines. Modified: trunk/docs/pdds/pdd20_lexical_vars.pod

[perl #58974] [TODO][IMCC] replace .return in tailcall context by .tailcall

2008-10-19 Thread Andrew Whitworth via RT
On Sat Oct 18 07:38:32 2008, Whiteknight wrote: > > On Wed Sep 17 09:50:10 2008, kjs wrote: > > > as suggested by Allison, > > > .return in a tailcall context, like this: > > > > > > .return foo() > > > > > > will changed into: > > > > > > .tailcall foo() > > I've added ".tailcall" syntax to

[perl #57430] [TODO] [PDD19] implement .HLL_map 'Foo' = 'Bar'

2008-10-19 Thread Andrew Whitworth via RT
On Thu Jul 31 03:04:09 2008, kjs wrote: > Implemented in r29908. > > kjs > > On Wed, Jul 30, 2008 at 7:51 PM, via RT Will Coleda < > [EMAIL PROTECTED]> wrote: > > > # New Ticket Created by Will Coleda > > # Please include the string: [perl #57430] > > # in the subject line of all future corres

Re: [perl #59784] [PATCH] Enhancement : support for multiple optables in PGE

2008-10-19 Thread Florian Hatat
Patrick R. Michaud a écrit : > As that's being done, I suspect we may discover a far superior > mechanism for handling optables in general, including allowing > multiple optables. > The only piece of information I could find about protoregexes was actually STD.pm. I'm sure that I don't understa

[perl #39796] [TODO] Implement .loadlib pragma in IMCC

2008-10-19 Thread Andrew Whitworth via RT
On Fri Jul 14 06:23:20 2006, coke wrote: > So, does .loadlib wipe the current .HLL pragma that's in effect? (if > it's intereacting with the other dot-pragmas, we need to document.) > > Regards. > > On Jul 14, 2006, at 7:17 AM, Audrey Tang wrote: > > > > > 在 2006/7/14 上午 6:45 時,Audrey Tang 寫到:

Re: [perl #59636] [BUG] t/op/bitwise.t fails on Darwin

2008-10-19 Thread ajr
> > I don't know who is submitting the Darwin x86 tests. > Probably Seneca. -- Email and shopping with the feelgood factor! 55% of income to good causes. http://www.ippimail.com

Re: [perl #59636] [BUG] t/op/bitwise.t fails on Darwin

2008-10-19 Thread Allison Randal
James Keenan via RT wrote: On Sat Oct 18 16:28:22 2008, coke wrote: I'm submitting some every night at midnight on my osx/x86 box; if it's obviously a temp directory and the right time frame, it's probably me. Coke, can you confirm that the test is failing for you now? And, what version of M

Re: [perl #45965] [RFC] Should slot names still have __ in front?

2008-10-19 Thread Allison Randal
chromatic wrote: On Wednesday 15 October 2008 17:33:58 Will Coleda via RT wrote: With the attached patch, parrot builds and tests with no errors[0]. A re-configure is necessary to regenerate a file. [0] well, no additional or unexpected errors. Works for me. +1 to apply. +1 Allison

Re: [perl #36249] [TODO] Document policy on breakage, er, backward compatibility.

2008-10-19 Thread Allison Randal
jerry gay wrote: On Thu, Oct 16, 2008 at 10:12 AM, Andrew Whitworth via RT <[EMAIL PROTECTED]> wrote: On Sat Jun 11 13:08:49 2005, chip wrote: Short version: Up through version 0.8 or so, we promise to break everything constantly (but not until we have a good reason). After that, we will estab

Re: [perl #58988] [RFC] Parrot_get_runtime_prefix function

2008-10-19 Thread Allison Randal
NotFound (via RT) wrote: The Parrot_get_runtime_prefix in src/library.c return a char *, forcing the places that currently uses it to be more complicated than desired for no real gain. I added and used a STRING * variant named Parrot_get_runtime_path (that name makes more sense to me) in r31216

Re: [perl #59240] Automate publishing of docs/*

2008-10-19 Thread Allison Randal
Chris Davaz wrote: Ahh, cool I didn't even know we had parrot.org. Publishing docs/book/* would be nice. On Tue, Sep 23, 2008 at 10:27 PM, Will Coleda: On Tue, Sep 23, 2008 at 9:04 AM, via RT Chris Davaz: I suggest we automate the publishing of everything under docs/* and putting it under par

[perl #59638] [BUG] t/pmc/bigint.t fails on Darwin

2008-10-19 Thread James Keenan via RT
I probably spoke too soon. We have a Smolder failure report for this test on AIX. So I'm going to reopen the ticket and rename it "failing intermittently on various OSes."

[perl #59638] [BUG] t/pmc/bigint.t fails on Darwin

2008-10-19 Thread James Keenan via RT
I should have included the failure report: http://smolder.plusthree.com/app/public_projects/tap_stream/6324/202 This was at r32032.