Re: My Parrot 0.7.0 patches (cygwin)

2008-08-24 Thread Allison Randal
Reini Urban wrote: You want one patch only against HEAD? That's easy. But I dislike the idea, as it violates the usage of single tickets. This is different than the usual case as it's a collection of dependent patches that can't be evaluated independently. Splitting them out is actually more

[perl #58308] [PATCH] Implementation fo string_str_rindex and rindex op.

2008-08-24 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #58308] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58308 > Hello. There is almost copy-pasted version of rindex. -- Bacek. commit e23d65f77c

Re: Windows visibility (was: Re: Parrot 0.7.0 "Severe Macaw")

2008-08-24 Thread François Perrad
2008/8/23 Allison Randal <[EMAIL PROTECTED]>: > Moritz Lenz wrote: >> >> On #perl6 somebody just asked if there were up-to-date windows builds of >> parrot somewhere, he had googled for 'parrot windows'. The parrotwin32 >> project didn't show up in his search (but it's first for 'parrot win32'). >>

[perl #57956] [BUG] [PATCH] config/auto/sizes.pm not cleaning up after itself

2008-08-24 Thread James Keenan via RT
In a posting to list not in RT, Allison confirmed that 'test_*' files are being cleaned up properly. So this ticket can be resolved.

[perl #57780] [PATCH]: Let --verbose-steps handle multiple steps; name steps in Configure.pl output

2008-08-24 Thread James Keenan via RT
No complaints. No smolder test failures. Resolving ticket.

[perl #44315] [TODO] Enable scripting of an entire configuration session

2008-08-24 Thread James Keenan via RT
This Smolder report is on the 'newsc' branch. http://smolder.plusthree.com/app/public_projects/report_details/4405

[perl #53976] [PATCH] Remove tools/dev/ops_renum.mak

2008-08-24 Thread James Keenan via RT
On Sat May 10 20:22:53 2008, coke wrote: > This make file isn't preprocessed like the standard root.in: it > assumes perl is in your path, and redefines the list of OPSFILES. > > Let's move the step into the core makefile, and add another > --maintainer tweak like the one for lex/yacc - either run

Re: Windows visibility (was: Re: Parrot 0.7.0 "Severe Macaw")

2008-08-24 Thread Reini Urban
2008/8/23 François Perrad <[EMAIL PROTECTED]>: > 2008/8/23 Allison Randal <[EMAIL PROTECTED]>: >> Moritz Lenz wrote: >>> >>> On #perl6 somebody just asked if there were up-to-date windows builds of >>> parrot somewhere, he had googled for 'parrot windows'. The parrotwin32 >>> project didn't show up

Re: Windows visibility ([PATCH])

2008-08-24 Thread Moritz Lenz
Reini Urban wrote: > 2008/8/23 François Perrad <[EMAIL PROTECTED]>: >> 2008/8/23 Allison Randal <[EMAIL PROTECTED]>: >>> Moritz Lenz wrote: On #perl6 somebody just asked if there were up-to-date windows builds of parrot somewhere, he had googled for 'parrot windows'. The parrotwin32

[perl #57884] [PATCH] file_type option for Parrot::Configure::Compiler->genfile

2008-08-24 Thread James Keenan via RT
On Sat Aug 23 06:21:57 2008, mmcleric wrote: > > Week is over and release has happened, can this be commited? > I'm asking because I want to get familiar with submitting process and > move on to sending new and more interesting patches :) > Applied in r30521. I'm running coverage analysis to s

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-24 Thread Reini Urban
2008/8/24 Allison Randal <[EMAIL PROTECTED]>: > Reini Urban wrote: >> >> You want one patch only against HEAD? That's easy. >> But I dislike the idea, as it violates the usage of single tickets. > > This is different than the usual case as it's a collection of dependent > patches that can't be eval

[perl #57884] [PATCH] file_type option for Parrot::Configure::Compiler->genfile

2008-08-24 Thread James Keenan via RT
On Sun Aug 24 09:30:43 2008, [EMAIL PROTECTED] wrote: > I'm running coverage analysis to see whether there > are any new branches/conditions in lib/Parrot/Configure/Compiler.pm > which need testing. I never cease to find coverage analysis rewarding for its ability to enable you to spot dead cod