[perl #42350] [TODO] fix kludge in find_type op

2008-04-25 Thread Will Coleda via RT
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

Re: Basic help navigating individual characters of a string

2008-04-25 Thread Mark J. Reed
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

[perl #53362] [NEW] Add a test for the sysinfo op.

2008-04-25 Thread Brad Gilbert
# 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

Basic help navigating individual characters of a string

2008-04-25 Thread a_goor
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

Re: Squaak README

2008-04-25 Thread Klaas-Jan Stol
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

[perl #53356] Misc. build warnings

2008-04-25 Thread via RT
# 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

[PATCH] Re: [perl #53264] [PATCH] Re: [svn:parrot] r27144 - in trunk: include/parrot src src/pmc

2008-04-25 Thread Andy Dougherty
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.

[perl #53352] Build warnings in STRUCT_COPY

2008-04-25 Thread via RT
# 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

[perl #53350] Build warnings in src/jit_emit.h

2008-04-25 Thread via RT
# 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

Re: [perl #53270] [TODO] Rename/refactor _handle_mswin32()

2008-04-25 Thread Geoffrey Broadwell
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,

Re: [perl #53344] [PATCH] Misplaced brace in src/gc/dod.c

2008-04-25 Thread jerry gay
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

Re: [perl #53270] [TODO] Rename/refactor _handle_mswin32()

2008-04-25 Thread jerry gay
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

[perl #53344] [PATCH] Misplaced brace in src/gc/dod.c

2008-04-25 Thread via RT
# 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

Squaak README

2008-04-25 Thread Patrick R. Michaud
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

Re: [perl #53270] [TODO] Rename/refactor _handle_mswin32()

2008-04-25 Thread Geoffrey Broadwell
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

[perl #53270] [TODO] Rename/refactor _handle_mswin32()

2008-04-25 Thread James Keenan via RT
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