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
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
"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
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
# 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
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
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