Re: [perl #60474] Configure.pl doesn't properly detect osname

2008-11-16 Thread Mike Kelly
Bernhard Schmalhofer via RT wrote: I haven't seen this on the list, so I'm forwarding it. BTW Exherbo seems to be a Linux distro, http://www.exherbo.org/. Yep, that's the Exherbo I'm referring to. I'm a developer for it, but I didn't package perl5 myself. They're explicitly setting archname do

[perl #60554] BUG: 'our' variables getting lost in NQP actions

2008-11-16 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #60554] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60554 > In Pipp I encountered the problem that an our variables seem to get lost in NQ

[perl #60566] Broken link to Debian packages

2008-11-16 Thread via RT
# New Ticket Created by Matt Kraai # Please include the string: [perl #60566] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60566 > Howdy, The link to the Debian packages on http://www.parrot.org/download is broken, appar

[perl #60570] Wrong error message about passed args when signature with named argument

2008-11-16 Thread via RT
# New Ticket Created by Ilya Belikin # Please include the string: [perl #60570] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60570 > Hi! example: sub bar (@ar, :$a) { ... } bar(); #too few arguments passed (0) - 4 params

[perl #60576] Out of memory

2008-11-16 Thread Andreas J. Koenig
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #60576] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60576 > --- osname= linux osvers= 2.6.18-6-xen-amd64 arch= x86_64-linux-gnu-thread-mult

Re: [perl #60566] Broken link to Debian packages

2008-11-16 Thread jerry gay
On Sat, Nov 15, 2008 at 23:37, via RT Matt Kraai < [EMAIL PROTECTED]> wrote: > # New Ticket Created by Matt Kraai > # Please include the string: [perl #60566] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=60566 > > > > Ho

[perl #60556] Exceptions from C-level MULTI functions break subs

2008-11-16 Thread via RT
# New Ticket Created by Christoph Otto # Please include the string: [perl #60556] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60556 > If an exception handler catches an exception from a MULTI function implemented in C,

[perl #60568] Re: Broken link to Debian packages

2008-11-16 Thread via RT
# New Ticket Created by Matt Kraai # Please include the string: [perl #60568] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60568 > On Sat, Nov 15, 2008 at 11:37:20PM -0800, Matt Kraai wrote: > The link to the Debian packa

[perl #60560] [META] lex bugs

2008-11-16 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #60560] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60560 > Hello. Single meta-ticket to follow lex-related bugs. -- Bacek

Re: [perl #60568] Re: Broken link to Debian packages

2008-11-16 Thread jerry gay
On Sat, Nov 15, 2008 at 23:39, via RT Matt Kraai < [EMAIL PROTECTED]> wrote: > # New Ticket Created by Matt Kraai > # Please include the string: [perl #60568] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=60568 > > > > On

[perl #60584] misc windows fixes

2008-11-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #60584] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60584 > Since jimmy can't post to this email address, here's a recent patch from him: --- this

[perl #60572] can`t set attribute-array for object in .new

2008-11-16 Thread via RT
# New Ticket Created by Ilya Belikin # Please include the string: [perl #60572] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60572 > Hi! example: class Foo { has @.a; } my @b = 1,2,3; my $f = Foo.new(a => @b); $f.a.

Re: [perl #60564] [TODO] Refactor contexts to be PMCs

2008-11-16 Thread Andrew Whitworth
Since I'm monkeying around in the relevant code anyway, this might be a good task for the next calling_conventions branch. Or, if you prefer, we could create a second branch for this conversion and do the work there. --Andrew Whitworth On Sun, Nov 16, 2008 at 2:02 AM, via RT Allison Randal <[EMAI

Re: [perl #60564] [TODO] Refactor contexts to be PMCs

2008-11-16 Thread Vasily Chekalkin
Andrew Whitworth wrote: Since I'm monkeying around in the relevant code anyway, this might be a good task for the next calling_conventions branch. Or, if you prefer, we could create a second branch for this conversion and do the work there. Looks like it can be part of lex2 branch. -- Bacek

Re: [perl #60564] [TODO] Refactor contexts to be PMCs

2008-11-16 Thread Allison Randal
Andrew Whitworth via RT wrote: Since I'm monkeying around in the relevant code anyway, this might be a good task for the next calling_conventions branch. Or, if you prefer, we could create a second branch for this conversion and do the work there. The general consensus on this one is to wait un

[perl #58244] [BUG] inheritance of attributes

2008-11-16 Thread [EMAIL PROTECTED] via RT
On Tue Nov 04 14:55:43 2008, [EMAIL PROTECTED] wrote: > After studying these, it appears that they are actually not inheritance > issues (which may exist, but I don't think it's the problem here), but > actually the same problem as you get in doing: > > my $x; $x -= 3; > > Namely, that x and y ar

[perl #58396] Closure parameters do not work in if statements in Rakudo

2008-11-16 Thread [EMAIL PROTECTED] via RT
On Wed Aug 27 06:17:33 2008, masak wrote: > r30590: > $ ./perl6 -e 'sub testa { return 5 }; if testa() -> $a { say $a }' > Statement not terminated properly at line 1, near "-> $a { sa" > [...] > This now works (thanks to pmichaud++) - resolving ticket. Jonathan

[svn:parrot-pdd] r32719 - trunk/docs/pdds

2008-11-16 Thread kjs
Author: kjs Date: Sun Nov 16 10:04:44 2008 New Revision: 32719 Modified: trunk/docs/pdds/pdd19_pir.pod Log: [pdd19] add description of the new :nsentry subroutine flag. Modified: trunk/docs/pdds/pdd19_pir.pod == --- t

[svn:parrot-pdd] r32726 - trunk/docs/pdds

2008-11-16 Thread kjs
Author: kjs Date: Sun Nov 16 11:05:31 2008 New Revision: 32726 Modified: trunk/docs/pdds/pdd19_pir.pod Log: [pdd19] :lexid will be changed into :subid. Modified: trunk/docs/pdds/pdd19_pir.pod == --- trunk/docs/pdds/

Please Update NEWS, Status, PLATFORMS, etc

2008-11-16 Thread chromatic
Parrot 0.8.1 will come out on Tuesday, 18 November. Please concentrate on bug fixes and closing tickets (low priority fixes are better) until further notice. As well, please update NEWS and various status files, including PLATFORMS (and any deprecations) in preparation for the release. Test r

[perl #60572] can`t set attribute-array for object in .new

2008-11-16 Thread [EMAIL PROTECTED] via RT
On Sun Nov 16 01:25:10 2008, ihrd wrote: > example: > > class Foo { > has @.a; > } > my @b = 1,2,3; > > my $f = Foo.new(a => @b); > $f.a.perl.say; # [] > Fixed in r32733. Thanks, Jonathan

[perl #60528] Rakudo wrongly permits mutation of readonly variables in some cases

2008-11-16 Thread [EMAIL PROTECTED] via RT
On Fri Nov 14 05:58:21 2008, pmichaud wrote: > On Thu, Nov 13, 2008 at 03:21:45PM -0800, Carl Mäsak wrote: > > Rakudo r32629 sometimes dies when assigning a readonly variable to > > itself, and sometimes not. > > > > $ ./perl6 -e 'for -> $foo { $foo = $foo; say $foo }' # dies, good > > Cannot ass

[perl #60578] parrot.org: add link for reporting problems to each page

2008-11-16 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #60578] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60578 > matt kraai says: t would be nice if there was a link on each page indicating how and wher

[perl #60586] nsentry

2008-11-16 Thread via RT
# New Ticket Created by Kevin Tew # Please include the string: [perl #60586] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60586 > Code is in branch nsentry. Deprecated notice is going in. pmichaud has agreed to write test

[perl #60588] Change lexid to subid

2008-11-16 Thread via RT
# New Ticket Created by Kevin Tew # Please include the string: [perl #60588] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60588 >

[perl #60592] [TODO] change :lexid into :subid.

2008-11-16 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #60592] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60592 > On the PDS2008, it has been decided that :lexid is renamed into :subid. kjs

[perl #60590] Bytecode packfile segment will use subit not sub name

2008-11-16 Thread via RT
# New Ticket Created by Kevin Tew # Please include the string: [perl #60590] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60590 >

Re: [perl #59810] [PATCH] store hash seed in parrot_string_t struct

2008-11-16 Thread chromatic
On Saturday 11 October 2008 14:53:53 Christoph Otto wrote: > Calling string_hash with a seed value other than the one used in src/hash.c > (3793) can cause strange and wonderful failures if the STRING is reused by > imcc. > > What happens is that after the STRING's hash is computed, it's cached in