Re: [perl #60654] [DEPRECATED] Closure PMC

2009-02-01 Thread François Perrad
2009/2/1 James Keenan via RT : > Have we come to any consensus re the issues raised in this RT? in r33344, I merge LuaFunction & LuaClosure PMC. So now, Lua doesn't need Closure PMC. François. > > Thank you very much. > kid51 > ___ > http://lists.parro

Re: r25102 - docs/Perl6/Spec

2009-02-01 Thread Brandon S. Allbery KF8NH
On 2009 Jan 30, at 11:30, Larry Wall wrote: So I'm open to suggestions for what we ought to call that envelope if we don't call it the prelude or the perlude. Locale is bad, environs is bad, context is bad...the wrapper? But we have dynamic wrappers already, so that's bad. Maybe the setting, l

Re: [perl #60986] Win32 package refuses to install if not run by an administrator

2009-02-01 Thread François Perrad
2009/2/1 James Keenan via RT : > My reading of the issues raised in this RT is that it's a > straightforward Win32 installation issue -- nothing specific to Parrot. > > Okay to close the ticket? +1 François > Thank you very much. > kid51 > ___ > http://l

r25156 - docs/Perl6/Spec

2009-02-01 Thread pugs-commits
Author: lwall Date: 2009-02-01 17:25:33 +0100 (Sun, 01 Feb 2009) New Revision: 25156 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S19-commandline.pod Log: move away from "prelude" towards "setting" establish LANG lexical scope to indicate setting define --language or -L to set LANG

r25157 - docs/Perl6/Spec

2009-02-01 Thread pugs-commits
Author: lwall Date: 2009-02-01 17:31:51 +0100 (Sun, 01 Feb 2009) New Revision: 25157 Modified: docs/Perl6/Spec/S02-bits.pod Log: ref -L in S19 Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Perl6/Spec/S02-bits.pod200

Re: [perl #57680] [CAGE] Problems in find_write_record

2009-02-01 Thread Will Coleda
In any case anyone is following along at home, that's the STM subsystem. Regards. On Sat, Jan 31, 2009 at 10:31 PM, James Keenan via RT wrote: > On Wed Aug 06 15:33:27 2008, Whiteknight wrote: >> in src/stm/backend.c:find_write_record() there are a few cleanup notes: >> > > The src subsystem has

Re: [perl #53494] [BUG] --parrot_is_shared=0 IS shared?

2009-02-01 Thread Will Coleda
I haven't touched this since it was initially reported. On Sat, Jan 31, 2009 at 10:45 PM, James Keenan via RT wrote: > On Wed Apr 16 08:03:19 2008, coke wrote: >> While trying to put the macport for 0.6.1 together, I noticed that the >> install failed. >> >> Tracked it down to the fact that --par

Re: [perl #60678] Configure.pl manifest problem on Win32

2009-02-01 Thread Peter Schwenn
yes On Sat, Jan 31, 2009 at 7:45 PM, James Keenan via RT < parrotbug-follo...@parrotcode.org> wrote: > Are we happy enough with the issues raised in this ticket in order to > resolve it? > > Thank you very much. > kid51 >

[perl #62966] Rakudo reports a type mismatch in assignment when typing an attribute with a role

2009-02-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62966] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62966 > With Rakudo 153a4a8 on Parrot r36239, I get the following: $ perl6 -e 'role A {}; class

[perl #62970] Null PMC access when calling nonexistent sub in package

2009-02-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62970] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62970 > rakudo: package A {}; A::method_that_does_not_exist rakudo 36249: OUTPUT«Null PMC acce

[perl #62974] Signed-zero tests failing on Windows XP

2009-02-01 Thread via RT
# New Ticket Created by Alan Rocker # Please include the string: [perl #62974] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62974 > (At #36249). I thought these problems had been fixed. If my memory is at fault, I'll shu

[perl #62968] Typing array variables with a role does not quite work in Rakudo

2009-02-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62968] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62968 > With Rakudo 153a4a8 on Parrot r36239, I get the following: $ perl6 -e 'role O {}; class

[perl #62972] Signed-zero tests failing on Windows XP

2009-02-01 Thread via RT
# New Ticket Created by Alan Rocker # Please include the string: [perl #62972] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62972 > I thought these problems had been fixed. If my memory is at fault, I'll shut up and go b

Re: [perl #62974] Signed-zero tests failing on Windows XP

2009-02-01 Thread Will Coleda
On Sun, Feb 1, 2009 at 12:29 PM, via RT Alan Rocker wrote: > # New Ticket Created by Alan Rocker > # Please include the string: [perl #62974] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=62974 > > > > > (At #36249). I th

Re: [perl #60286] Re: Parrot doesn't build on OS X

2009-02-01 Thread Stéphane Payrard
Yes, the problem is long gone. On Sun, Feb 1, 2009 at 1:33 AM, James Keenan via RT wrote: > On Sat Nov 01 07:37:39 2008, cognominal wrote: >> I was preparing a bug report for the same thing so >> here it is : >> >> Parrot does not compile on my new 64 bits core 2 duo unibody macbook. >> I got bac

Re: [perl #60986] Win32 package refuses to install if not run by an administrator

2009-02-01 Thread GW
James Keenan via RT wrote: > Okay to close the ticket? Yes. gw

Re: [perl #62974] Signed-zero tests failing on Windows XP

2009-02-01 Thread jerry gay
On Sun, Feb 1, 2009 at 13:07, Will Coleda wrote: > On Sun, Feb 1, 2009 at 12:29 PM, via RT Alan Rocker > wrote: >> # New Ticket Created by Alan Rocker >> # Please include the string: [perl #62974] >> # in the subject line of all future correspondence about this issue. >> # http://rt.perl.org/rt