Re: [perl #64170] 'is also' is now called 'augment'

2009-07-29 Thread Moritz Lenz
Kyle Hasselbacher via RT wrote: > On Tue Mar 24 13:18:36 2009, moritz wrote: >> Spec r25607 changed 'class Foo is also { ... }' to 'augment class Foo { >> ... }', Rakudo still does it the old way. >> >> Attached patch updates the test suite accordingly. > > This patch appears to be applied. Can

[perl #64220] tests available

2009-07-29 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S05-metasyntax/regex.t commit f5dc1ad05d028848c9c30182166125a1db470604 Author: kyle Date: Thu Jul 30 03:37:49 2009 + [t/spec] Test for RT #64220 git-svn-id: http://svn.pugscode.org/p.

[perl #64184] tests available

2009-07-29 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-junctions/misc.t commit c4ac25bbc7c9ea2dc4040f6ce1809bd334fa04d7 Author: kyle Date: Thu Jul 30 03:37:44 2009 + [t/spec] Test for RT #64184 and another junction test fix git-svn-id

[perl #64268] tests available

2009-07-29 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/inplace.t commit 3777ec04081bda1fc2bd7c06a21d2012c63e7853 Author: kyle Date: Thu Jul 30 03:37:55 2009 + [t/spec] Tests for RT #64268 git-svn-id: http://svn.pugscode.org/

[perl #64102] tests available

2009-07-29 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-enums/pseudo-functional.t commit 82d963e5541998a12262bd5f66541a84ef6f0374 Author: kyle Date: Thu Jul 30 03:37:38 2009 + [t/spec] Tests for RT #64102 (enum functional form) git-svn

Re: [perl #66558] Re: $(LD_OUT) can't have a space after it for MS linking.

2009-07-29 Thread Andy Dougherty
On Wed, 29 Jul 2009, Patrick R. Michaud via RT wrote: > On Mon, Jul 27, 2009 at 11:56:14AM -0700, Andy Dougherty via RT wrote: > > On Fri, 24 Jul 2009, Patrick R. Michaud via RT wrote: > > > I've started a new branch ("ins2") based on a more recent Rakudo and the > > > latest Parrot release (1.4.0

Re: [perl #66558] Re: $(LD_OUT) can't have a space after it for MS linking.

2009-07-29 Thread Patrick R. Michaud
On Mon, Jul 27, 2009 at 11:56:14AM -0700, Andy Dougherty via RT wrote: > On Fri, 24 Jul 2009, Patrick R. Michaud via RT wrote: > > I've started a new branch ("ins2") based on a more recent Rakudo and the > > latest Parrot release (1.4.0), and incorporated this patch there. Let > > me know if it wo

Re: [perl #66560] #line directives in src/pmc confuse Sun's compiler.

2009-07-29 Thread Andy Dougherty
On Wed, 29 Jul 2009, Patrick R. Michaud via RT wrote: > > Yes, it's still there. It's the 'cd' at the beginning of this line: > > > > cd $(PMC_DIR) && $(CC) -c $(CINCLUDES) $(CFLAGS) *.c > > > > If memory serves, parrot doesn't change directories like that. > > Instead, it sets > > the outp

[perl #66560] #line directives in src/pmc confuse Sun's compiler.

2009-07-29 Thread Patrick R. Michaud via RT
> Yes, it's still there. It's the 'cd' at the beginning of this line: > > cd $(PMC_DIR) && $(CC) -c $(CINCLUDES) $(CFLAGS) *.c > > If memory serves, parrot doesn't change directories like that. > Instead, it sets > the output location directly, with something like > > $(CC) -c $(CIN

r27801 - docs/Perl6/Spec

2009-07-29 Thread pugs-commits
Author: lwall Date: 2009-07-29 19:59:03 +0200 (Wed, 29 Jul 2009) New Revision: 27801 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] only add @_ and %_ to default sig if actually used in body Modified: docs/Perl6/Spec/S06-routines.pod

[perl #63360] [PATCH] Update configure script and makefiles for installed Parrot

2009-07-29 Thread Patrick R. Michaud via RT
On Tue Jul 28 19:03:45 2009, wayland wrote: > Attached patch is updated according to pmichauds comments on IRC recently. Patch applied to ins2 branch in ce21ff. As soon as we get the Sun compiler issues resolved (RT #66560) I think we may be able to merge to trunk and close this ticket. Pm

Re: Parameter binding

2009-07-29 Thread TSa
HaloO, Larry Wall wrote: Yes, I think think you're probably right that the correctest answer to this will be to make the operation of binding $x++ trigger the autoincrement lazily. I consider this answer far from correct. Postincrement is an operator like any other code object and it returns a

Re: Parameter binding

2009-07-29 Thread TSa
HaloO, Patrick R. Michaud wrote: ...except that captures don't capture values -- they form references. I know. The semantics I have in mind is available as \($x is copy) which unfortunately is not the default. I'm actually unsure if this is valid syntax because that implies a mixture of signat

Re: Please test vim support

2009-07-29 Thread Andy Lester
On Jul 29, 2009, at 9:49 AM, Hinrik Örn Sigurðsson wrote: Sure. Thanks. It'll be nice to have everything going through one funnel. xoa -- Andy Lester => a...@petdance.com => www.theworkinggeek.com => AIM:petdance

Please test vim support

2009-07-29 Thread Andy Lester
I believe I have merged all relevant changes into the Perl 6 vim support files. The project is here: http://github.com/petdance/vim-perl/tree/master. You can run "make install" to have the support files installed into your hinrik: May I have your permission to become maintainer of ftplugin

[perl #7992] tests available

2009-07-29 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S14-roles/attributes.t commit a69aa9834e6834a33645fe8224e8fe721c764eae Author: jnthn Date: Wed Jul 29 13:05:34 2009 + [t/spec] Test for RT#7992. git-svn-id: http://svn.pugscode.org/p.

r27794 - docs/Perl6/Spec

2009-07-29 Thread pugs-commits
Author: jnthn Date: 2009-07-29 15:09:30 +0200 (Wed, 29 Jul 2009) New Revision: 27794 Modified: docs/Perl6/Spec/S12-objects.pod Log: [spec] Remove the word 'class' from a sentence where it adds confusion to the meaning. Modified: docs/Perl6/Spec/S12-objects.pod

[perl #67992] [BUG] Null PMC Access when referring to attributes in roles used by classes which also have attributes in Rakudo

2009-07-29 Thread jn...@jnthn.net via RT
On Tue Jul 28 16:32:52 2009, masak wrote: > rakudo: role A { has @!foo; method bar() { @!foo ~~ (1,2); } > }; class B does A { has $.baz; }; B.new().bar() > rakudo 6999e5: OUTPUT«Null PMC access in isa()␤in method > A[]::bar [...] > * masak submits rakudobug > rakudo: role A { has @!foo; method

Re: Fwd: [perl #64080] tests available

2009-07-29 Thread Jonathan Worthington
Just to weigh in with another developer opinion... Patrick R. Michaud wrote: For each ticket that is open, it's very useful to know that a spectest has been written for the ticket and where that spectest is located. So, having the notification added to RT is valuable to me at least, as it means

[perl #63360] [PATCH] Update configure script and makefiles for installed Parrot

2009-07-29 Thread Tim Nelson via RT
Attached patch is updated according to pmichauds comments on IRC recently. diff --git a/build/Makefile.in b/build/Makefile.in index 9ee3f7b..97452a0 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -1,6 +1,8 @@ # Copyright (C) 2006-2009, The Perl Foundation. # $Id$ +DESTDIR

[perl #67992] [BUG] Null PMC Access when referring to attributes in roles used by classes which also have attributes in Rakudo

2009-07-29 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #67992] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67992 > rakudo: role A { has @!foo; method bar() { @!foo ~~ (1,2); } }; class B does A { has $.