Re: Hundreds of errors?

2006-04-28 Thread Andy Dougherty
On Fri, 28 Apr 2006, Patrick R. Michaud wrote: > On Fri, Apr 28, 2006 at 11:02:53AM -0400, Andy Dougherty wrote: > > Something's gone horribly wrong after the recent PGE check-in. I don't > > actually think it's in PGE, just that the new PGE is triggering some other > > bugs elsewhere in parrot

Re: Hundreds of errors?

2006-04-28 Thread Patrick R. Michaud
On Fri, Apr 28, 2006 at 11:02:53AM -0400, Andy Dougherty wrote: > Something's gone horribly wrong after the recent PGE check-in. I don't > actually think it's in PGE, just that the new PGE is triggering some other > bugs elsewhere in parrot (that have been showing up in t/library/dumper.t > rec

Re: Perl Summarizing

2006-04-28 Thread The Perl 6 Summarizer
"Matt Fowles" <[EMAIL PROTECTED]> writes: > In the hopes of inspiring someone to take my place, I would like to > encourage any interested party to just start summarizing and thus > become the official perl 6 summarizer. Strongly seconded! > NB - I do not assume to speak for Piers in this, so int

Hundreds of errors?

2006-04-28 Thread Andy Dougherty
Something's gone horribly wrong after the recent PGE check-in. I don't actually think it's in PGE, just that the new PGE is triggering some other bugs elsewhere in parrot (that have been showing up in t/library/dumper.t recently). I don't recall such problems in parrot-0.4.2. I didn't test p

[perl #39018] t/pmc/complex failures on Solaris 8/SPARC

2006-04-28 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #39018] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39018 > Just so this is archived somewhere . . . . The issues aren't urgent. t/pmc/complex

Re: Perl 6 built-in types

2006-04-28 Thread TSa
HaloO, Larry Wall wrote: On Fri, Apr 28, 2006 at 04:41:41AM +, Luke Palmer wrote: : It seems like a hash whose values are the unit type. Does Perl have a : unit type? I suppose if it doesn't, we could define one: : :subtype Unit of Int where 1; : : (Assuming that "where" groks whatev

Re: Perl 6 built-in types

2006-04-28 Thread TSa
HaloO, Darren Duncan wrote: Long story shortened, if we consider the point in time where an "immutable" object's constructor returns as being when the object is born, then we have no problem. Any type of object is thereby immutable if it can not be changed after its constructor returns. My