24 Hour Slush for 0.5.0

2007-11-19 Thread chromatic
Hi everyone, The trunk is now semi-closed in preparation for the 0.5.0 release tomorrow. Feel free to make any commits on branches, but please limit trunk changes to languages/, anything under compilers/ but IMCC, documentation, and any t/ or src/ changes needed to fix low-risk bugs or fix fai

[perl #47606] [PATCH] t/configure/115-auto_warnings.t: Fix TODO message

2007-11-19 Thread James Keenan via RT
Patch applied in r22901. Closing ticket, though RT 47395 remains open.

Re: [perl #47391] t/configure/1*.t tests incorrectly rely on init::defaults

2007-11-19 Thread Andy Dougherty
On Sat, 17 Nov 2007, James E Keenan wrote: > > On Nov 17, 2007, at 11:25 AM, Andy Dougherty via RT wrote: > > > > > I used something like > > perl5.8 Configure.pl --cc=gcc --link=gcc --ld=gcc --ask > > > > (the --ask is because I also changed the ccflags, ldflags, and libs to > > match gcc,

Re: Perl 6 Junctions and MMD

2007-11-19 Thread Jonathan Worthington
Mehmet Yavuz Selim Soyturk wrote: We could maybe assume that the ordering is well defined between the instances of a PMC class. But cmp needs to compare instances of different PMC classes as well, for which a well defined ordering is less probable. I would not be surprised if in some dynamic lan

[perl #47606] [PATCH] t/configure/115-auto_warnings.t: Fix TODO message

2007-11-19 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #47606] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47606 > The following patch corrects the TODO message to more accurately reflect the actual p

Re: [svn:parrot] r22876 - trunk/t/codingstd

2007-11-19 Thread Paul Cochrane
On 18/11/2007, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Sun, Nov 18, 2007 at 06:03:28AM -0800, [EMAIL PROTECTED] wrote: > > Log: > > [codingstd] If a comma is followed by a single quote, it very likely in a > > situation like: moo = ','; In which case, there shouldn't be a space > > af

Parrot Bug Summary

2007-11-19 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Nov 19 14:00:02 2007 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

Re: Perl 6 Junctions and MMD

2007-11-19 Thread Mehmet Yavuz Selim Soyturk
We could maybe assume that the ordering is well defined between the instances of a PMC class. But cmp needs to compare instances of different PMC classes as well, for which a well defined ordering is less probable. I would not be surprised if in some dynamic language all of a==b, ab evaluate to fa