Re: Parrot doesn't build on OS X

2008-11-06 Thread Stéphane Payrard
rakudo now builds correctly. btw : the subject is wrong. I did not notice because I use a script to get the last trunk, build parrot and rakudo. On Sun, Nov 2, 2008 at 5:37 PM, Stéphane Payrard <[EMAIL PROTECTED]> wrote: > That's trunk, and I did a make real clean > > On Sat, Nov 1, 2008 at 9:36 P

[perl #60356] Rakudo doesn't allow inheriting from classes with :: in the name

2008-11-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60356] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60356 > rakudo: class A {}; class C is A {}; say "OH HAI" rakudo 32364: OUTPUT[OH HAI␤] rakud

[perl #60358] Rakudo doesn't recognize grammars with :: in the name

2008-11-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60358] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60358 > rakudo: grammar A { token foo { foo } }; say "foo" ~~ A::foo rakudo 32364: OUTPUT[foo␤

[perl #60364] [PATCH] pod fixes: L, typos, syntax

2008-11-06 Thread via RT
# New Ticket Created by Brad Bowman # Please include the string: [perl #60364] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60364 > Hi, The pdd19_pir.pod is no longer a draft, this patch corrects the L<> references. -

[perl #60356] Rakudo doesn't allow inheriting from classes with :: in the name

2008-11-06 Thread [EMAIL PROTECTED] via RT
On Wed Nov 05 21:38:15 2008, chrisdolan wrote: > ... and here's a patch to Rakudo's actions.pm to implement the fix. I > would be very happy if someone more experienced with NQP and PAST looked > over the patch to see if there's a better way to do this. > Looks to be pretty much what I'd have done

[perl #60368] [BUG] backtrace in t/spec/S12-class/declaration-order.t

2008-11-06 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #60368] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60368 > Hi, since 2008-11-04 I'm getting this error from t/spec/S12-class/declaration-order.t:

[perl #60366] [PATCH] 'does' fails with roles that have '::' in their names

2008-11-06 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #60366] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60366 > There are two bugs here. The attached patch fixes bug #2 but not bug #1. Bug #1) "rol

Re: [perl #60364] [PATCH] pod fixes: L, typos, syntax

2008-11-06 Thread Brad Bowman
Bernhard Schmalhofer via RT wrote: On Mi. 05. Nov. 2008, 21:02:19, [EMAIL PROTECTED] wrote: Could you take a look at line 182 of compiler_faq.pod? I get a coding standard complaint because of the linelength: Oops. I've tweaked that line to be under the limit and the test should be passing aga

Re: Numify

2008-11-06 Thread jerry gay
On Wed, Nov 5, 2008 at 23:22, Chris Dolan <[EMAIL PROTECTED]> wrote: > In "[perl #60350] [TODO] default __get_string method", Patrick added a > default Object.Str() that classes can override to get custom > stringification. Formerly, you could do that only by defining a method > named __get_string

Re: Numify

2008-11-06 Thread Patrick R. Michaud
On Thu, Nov 06, 2008 at 01:22:24AM -0600, Chris Dolan wrote: > Currently, you can overload number context by creating a __get_number() > method and boolean context via __get_bool(). Should there be an > analogous Num() and Bool() method on Object? Would it Num() return 0 by > default? And a

[perl #48024] [DEPRECATED] type ids

2008-11-06 Thread Will Coleda via RT
On Sat Dec 01 14:36:44 2007, coke wrote: > From DEPRECATED.pod: > > Type IDs will go away in 0.5.0. > Instead of: > > $P0 = new Integer > > or > > $P0 = new .Integer # better, but ... > > we are moving to use: > > $P0 = new 'Integer' new_p_i and new_p_i_p are now gone in trunk.

[perl #48024] [DEPRECATED] type ids

2008-11-06 Thread Will Coleda via RT
On Thu Nov 06 08:52:18 2008, coke wrote: > new_p_i and new_p_i_p are now gone in trunk. find_type_i_s and find_type_i_p now gone in trunk. -- Will "Coke" Coleda

[svn:parrot-pdd] r32395 - in trunk: . docs/pdds src src/pmc tools/dev

2008-11-06 Thread coke
Author: coke Date: Thu Nov 6 10:12:45 2008 New Revision: 32395 Modified: trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/src/pmc/hash.pmc trunk/src/vtable.tbl trunk/tools/dev/vtablize.pl Log: RT #48581 - remove [DEP

[perl #48581] [DEPRECATED] vtable type_keyed_str

2008-11-06 Thread Will Coleda via RT
On Thu Dec 13 19:17:48 2007, coke wrote: > From PDD17: > > INTVAL type_keyed_str(INTERP, PMC* self, STRING* key) > > [NOTE: To be > deprecated when type IDs are deprecated.] > Removed in r32395. -- Will "Coke" Coleda

[perl #48024] [DEPRECATED] type ids

2008-11-06 Thread Will Coleda via RT
valid_type_i_i removed in r32397. -- Will "Coke" Coleda

[perl #48024] [DEPRECATED] type ids

2008-11-06 Thread Will Coleda via RT
removed typeof_i_p, typeof_i_p_ik, typeof_i_p_k, typeof_s_i in r32401 -- Will "Coke" Coleda

[svn:parrot-pdd] r32403 - in trunk: . docs/pdds lib/Parrot/Pmc2c/PMC src src/pmc tools/dev

2008-11-06 Thread coke
Author: coke Date: Thu Nov 6 12:23:11 2008 New Revision: 32403 Modified: trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/lib/Parrot/Pmc2c/PMC/ParrotClass.pm trunk/src/pmc/array.pmc trunk/src/pmc/default.pmc trunk/

[perl #48579] [DEPRECATED] vtable type_keyed_int

2008-11-06 Thread Will Coleda via RT
On Thu Dec 13 19:17:09 2007, coke wrote: > From PDD17: > > INTVAL type_keyed_int(INTERP, PMC* self, INTVAL key) > > [NOTE: To be > deprecated when type IDs are deprecated.] > Removed in r32403. -- Will "Coke" Coleda

[svn:parrot-pdd] r32404 - in trunk: . docs/pdds src/pmc tools/dev

2008-11-06 Thread coke
Author: coke Date: Thu Nov 6 12:41:25 2008 New Revision: 32404 Modified: trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/src/pmc/hash.pmc trunk/src/pmc/iterator.pmc trunk/tools/dev/vtablize.pl Log: RT #48577 remove

[perl #48577] [DEPRECATED] vtable type_keyed

2008-11-06 Thread Will Coleda via RT
On Thu Dec 13 19:16:31 2007, coke wrote: > From PDD17: > INTVAL type_keyed(INTERP, PMC* self, PMC* key) > > ... > > [NOTE: To be > deprecated when type IDs are deprecated.] > > Removed in r32404 -- Will "Coke" Coleda

Re: [perl #48014] [DEPRECATED] PMC union struct

2008-11-06 Thread Vasily Chekalkin
chromatic wrote: On Wednesday 22 October 2008 09:28:38 Bernhard Schmalhofer via RT wrote: Does this mean that this ticket can be closed and the deprecation item in DEPRECATED.pod be removed? Not until we apply this patch and all tests still pass. Looks like you've missed few lines from this

Re: [perl #48014] [DEPRECATED] PMC union struct

2008-11-06 Thread Vasily Chekalkin
chromatic wrote: On Wednesday 22 October 2008 09:28:38 Bernhard Schmalhofer via RT wrote: Does this mean that this ticket can be closed and the deprecation item in DEPRECATED.pod be removed? Not until we apply this patch and all tests still pass. Looks like you missed few lines from this p

Re: [perl #48014] [DEPRECATED] PMC union struct

2008-11-06 Thread chromatic
On Thursday 06 November 2008 12:52:38 Vasily Chekalkin wrote: > > Not until we apply this patch and all tests still pass. > Looks like you missed few lines from this patch. Few thousand lines :) This patch is necessary, but not sufficient! Anyone who does want to help though should apply this p

[svn:parrot-pdd] r32407 - in trunk: . compilers/imcc compilers/pct/src/POST docs/art docs/book docs/pdds t/compilers/imcc/syn

2008-11-06 Thread coke
Author: coke Date: Thu Nov 6 14:41:14 2008 New Revision: 32407 Modified: trunk/docs/pdds/pdd19_pir.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/compilers/imcc/imcc.y trunk/compilers/imcc/imcparser.c trunk/compilers/pct/src/POST/Compiler.pi

[perl #48549] [DEPRECATED] [PDD19] Let .namespace (no args) have empty brackets

2008-11-06 Thread Will Coleda via RT
On Mon Oct 20 11:37:51 2008, pmichaud wrote: > > >> The big hangup for this ticket is that various parts of PCT and > the > > >> CodeString PMC do not support empty brackets, and therefore PCT > does not > > >> emit ".namespace []" in these situations. > > >> [...] > > >> I know pmichaud was talkin