Re: Proposed kwalitee metric: installer_not_executable

2006-03-20 Thread Thomas Klausner
Hi! On Sat, Mar 18, 2006 at 06:12:37PM +1100, Adam Kennedy wrote: > I'd like to propose a Kwalitee test installed_not_executable be added > for which you get the Kwalitee point if and only if: > > 1) Both Makefile.PL and Build.PL (if they exist) are not executable > 2) Both Makefile.PL and Bui

[perl #38764] Test results of parrot on Freebsd

2006-03-20 Thread via RT
# New Ticket Created by Pankaj kaushal # Please include the string: [perl #38764] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38764 > Hello, I recently compiled parrot-0.4.2 on FreeBSD 4.10 using gcc version 2.95.4 200

why no negative (auto reversed) ranges?

2006-03-20 Thread TSa
HaloO, S03 does explicitly disallow auto-reversed ranges. And I'm not sure if the upto operator has a downto cousin where ^-4 == (-1, -2, -3, -4) returns a list that is suitable for indexing an array from the back. Why is that so? With negative ranges, negative array and list length becomes a lo

Re: second draft of I/O PDD

2006-03-20 Thread Larry Wall
On Sat, Mar 18, 2006 at 11:01:34PM -0800, Allison Randal wrote: : But, yes, I agree with the principle of not maintaining two : completely separate implementations for synchronous and asynchronous : ops. The earlier design approached that by having the synchronous ops : be asynchronous intern

Re: second draft of I/O PDD

2006-03-20 Thread Allison Randal
On Mar 19, 2006, at 11:05, Nicholas Clark wrote: Is the choice of implementation actually visible to a user of the API? If "yes", where, and can we avoid it? No. At which point we have flexibility in how things are actually implemented. Yes. I can see that emulating asynchronous ops with

Re: Proposed kwalitee metric: installer_not_executable

2006-03-20 Thread Tels
Moin, On Monday 20 March 2006 09:28, Thomas Klausner wrote: > Hi! > > On Sat, Mar 18, 2006 at 06:12:37PM +1100, Adam Kennedy wrote: > > I'd like to propose a Kwalitee test installed_not_executable be added > > for which you get the Kwalitee point if and only if: > > > > 1) Both Makefile.PL and Bui

Re: [perl #38760] [BUG] Allow passing "todo => $reason" to Parrot::Test::example_output_(is|like|isnt)

2006-03-20 Thread Bernhard Schmalhofer
chromatic via RT schrieb: On Sunday 19 March 2006 05:32, Bernhard Schmalhofer wrote: I tried to use something like: example_output_like( "examples/benchmarks/arriter.pir", $outputs{arriter.pit}, todo => 'syntax error' ); However the 'todo' flag is not honored. My guess is that the TODO va

Re: second draft of I/O PDD

2006-03-20 Thread Allison Randal
On Mar 19, 2006, at 0:23, Uri Guttman wrote: if you look at the rfc's (remember those? :) i wrote on this topic, you will see that i proposed just that form of api (not at OO as these). the only difference between a sync and async i/o op was the addition of a callback argument (and an optio

[perl #38775] Changes to compilers/pge/rulec.pir broke punie

2006-03-20 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #38775] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38775 > Punie no longer builds: $ make clean all perl -MExtUtils::Command -e rm_f "t/*.p1" "t/*

Re: [perl #38775] Changes to compilers/pge/rulec.pir broke punie [and PGE]

2006-03-20 Thread Will Coleda
On Mar 21, 2006, at 12:54 AM, Will Coleda (via RT) wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #38775] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38775 > As of r11958, PGE itself doe