On Sun Apr 08 11:52:15 2007, ptc wrote:
> There is a warning in src/ops/pmc.ops within the find_type() op:
>
> KLUDGE ALERT - XXX FIXME - THIS LOGIC SHOULD BE IN pmc_type_p()
>
> This needs to be fixed.
The opcode this warning is listed in is scheduled for deletion; there's no need
to resolve t
1) Wrong list. This list is for the folks who are currently
implementing the new language Perl 6.
You want [EMAIL PROTECTED] Send a message to
[EMAIL PROTECTED] to subscribe, and please send any
followups there rather than here.
2) Strings in Perl are not objects, and there is no "String" cla
# New Ticket Created by "Brad Gilbert"
# Please include the string: [perl #53362]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53362 >
I added a test for the sysinfo op. The main reason I decided to work
on it is so that
Please forgive my ignorance up front. I'm very much a beginner. Ok,
I'm trying to be able to look at the individual characters of a string
with the ultimate hope of being able to parse messages based on a
series of messages of variable length. I thought I had found the
answer with the following
Good idea!
I'll add the file (if nobody beats me to it).
BTW, I think it'd be good to keep Squaak up to date, meaning that once
return statements are supported in PAST, that these are added as well.
This way it can be used as a complete showcase, demonstrating all of
PAST.
As soon as PAST is fea
# New Ticket Created by Will Coleda
# Please include the string: [perl #53356]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53356 >
Miscellaneous build warnings that need to be cleaned up.
src/key.c:306: warning: switch
On Thu, 24 Apr 2008, Andy Dougherty wrote:
> On Wed, 23 Apr 2008, Andy Dougherty wrote:
>
> > 2. There are some casting and type-punning warnings that have, as their
> > ultimate cause, the STACK_DATAP() macro. Getting rid of the
> > type-punning warning gives rise to a cast alignment warning.
# New Ticket Created by Will Coleda
# Please include the string: [perl #53352]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53352 >
The following lines that use the STRUCT_COPY macro are generating
build warnings.
src/ch
# New Ticket Created by Will Coleda
# Please include the string: [perl #53350]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53350 >
a default build on feather is generating the following warnings:
src/jit_emit.h:1725: wa
On Fri, 2008-04-25 at 09:39 -0700, jerry gay wrote:
> On Fri, Apr 25, 2008 at 8:38 AM, Geoffrey Broadwell <[EMAIL PROTECTED]> wrote:
> > (Subtle note -- the || really wants to be //, but as I recall we're not
> > allowed to assume that // is there yet.)
> >
> correct, parrot depends on perl 5.8,
On Fri, Apr 25, 2008 at 9:12 AM, via RT Andy Dougherty
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Andy Dougherty
> # Please include the string: [perl #53344]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=53344
On Fri, Apr 25, 2008 at 8:38 AM, Geoffrey Broadwell <[EMAIL PROTECTED]> wrote:
> (Subtle note -- the || really wants to be //, but as I recall we're not
> allowed to assume that // is there yet.)
>
correct, parrot depends on perl 5.8, so we can't rely on //.
so i strongly suggest you use the idi
# New Ticket Created by Andy Dougherty
# Please include the string: [perl #53344]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53344 >
I tripped over this while working on a stacks patch. It prevents
compilation without
Someone looking for basic information about Squaak may have
difficulty finding it.
Below is some text I adapted from the parrotblog tutorial that
might be suitable as a starting point for a README in
languages/squaak. Feel free to add or modify it as appropriate.
Pm
[Adapted from the parrotblo
On Fri, 2008-04-25 at 03:45 -0700, James Keenan via RT wrote:
> > Other than having a Darwin case, how is it different than the pattern?
> The Darwin case is the difference.
Ah.
> > my $platform = $os =~ /mswin32/i && $cc =~ /^gcc/i ? 'win32_gcc' :
> > $os =~ /mswin32/i
On Thu Apr 24 20:49:05 2008, geoff wrote:
> On Thu, 2008-04-24 at 19:55 -0700, James Keenan via RT wrote:
> > Please see patch attached. It turned out that config/auto/opengl.pm
> > didn't quite conform to the pattern, so I left it unchanged.
>
> Other than having a Darwin case, how is it differe
16 matches
Mail list logo