[perl #64890] Build dependencies

2009-04-21 Thread via RT
# New Ticket Created by Helmut Wollmersdorfer # Please include the string: [perl #64890] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64890 > Hi, it would be nice to have some build dependencies documented in e.g. README

[perl #64888] Anonymous classes are not quite as anonymous as one would wish in Rakudo

2009-04-21 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64888] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64888 > rakudo: sub foo() { return class { method Str() { return "OH HAI" }; method Num() { ret

[perl #64930] Weird error building rakudo

2009-04-21 Thread Paco Linux
# New Ticket Created by "Paco Linux" # Please include the string: [perl #64930] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64930 > Hi: I'm having a very weird error while building latest rakudo with parrot r38208 (gcc

[perl #64918] Some Graphemes throw 'Malformed UTF-8 string'

2009-04-21 Thread via RT
# New Ticket Created by Helmut Wollmersdorfer # Please include the string: [perl #64918] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64918 > Hi, rakudo$ ./perl6 -e '"\c[LATIN SMALL LETTER A WITH DIAERESIS,COMBINING CED

Re: [perl #63922] Fresh rakudo fails to build on FreeBSD

2009-04-21 Thread Alex Kapranoff
Yes, I confirm success in building current Rakudo on FreeBSD. I've been able to successfully build and test (make test only) rakudo on FreeBSD 7.1 and OpenBSD 4.4 today. (spectest is a different story, but that's not part of this ticket.) I suppose this ticket can be closed?

[perl #63922] Fresh rakudo fails to build on FreeBSD

2009-04-21 Thread Rolf Grossmann via RT
I've been able to successfully build and test (make test only) rakudo on FreeBSD 7.1 and OpenBSD 4.4 today. (spectest is a different story, but that's not part of this ticket.) I suppose this ticket can be closed?

[perl #64928] The undefinedness of optional arguments and typed attributes in Rakudo

2009-04-21 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64928] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64928 > Apologies, the below discussion is long and involved. I've tried to simplify and reduce

[perl #64922] An unamiguous case of dispatch treated as an ambiguous one

2009-04-21 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64922] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64922 > This might be in RT already, but I didn't find it, so... rakudo: multi foo (@a) { 1 };

[perl #63616] Named captures are Str's, not Matches

2009-04-21 Thread Patrick R. Michaud via RT
Now fixed in 6ea0aa1. If we have confirmation of tests then this ticket can be closed. Thanks! Pm

[perl #64916] The ambiguous cantitade list has signatures with things like "Associative.new()" in it in Rakudo

2009-04-21 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64916] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64916 > rakudo: multi foo ($a, %h?) { say 1}; multi foo (@a) {say 2}; foo(<1 2 3>) rakudo 69b3

Re: [perl #64886] For (1..10000000000) bug

2009-04-21 Thread Kamil Kułaga
I've tried on another machine: $ ./perl6 -v This is Rakudo Perl 6, revision 0 built on parrot 1.0.0-devel for x86_64-linux-gnu-thread-multi. Copyright 2006-2008, The Perl Foundation. It eats whole cpu and starts eating memory. -- Pozdrawiam

[perl #53976] [PATCH] Remove tools/dev/ops_renum.mak

2009-04-21 Thread James Keenan via RT
On Tue Apr 21 05:36:53 2009, bacek wrote: > On Sun Aug 24 08:06:29 2008, jk...@verizon.net wrote: > > There is no more tools/dev/ops_renum.mak. Can we close this ticket? > The only reason I did not previously close it was Coke's expression of a desire to pull this into the main Makefile. But I

Re: [perl #64888] Anonymous classes are not quite as anonymous as one would wish in Rakudo

2009-04-21 Thread Patrick R. Michaud
On Mon, Apr 20, 2009 at 07:58:42AM -0700, Carl Mäsak wrote: > rakudo: sub foo() { return class { method Str() { return "OH > HAI" }; method Num() { return 42 } } }; say ~foo; say +foo > rakudo 480902: OUTPUT«!ANON10␤Class !ANON10 already registered! [...] > Ugh. Anonymous classes are...not quite

Re: [perl #64890] Build dependencies

2009-04-21 Thread Patrick R. Michaud
On Mon, Apr 20, 2009 at 08:56:16AM -0700, Helmut Wollmersdorfer wrote: > > it would be nice to have some build dependencies documented in e.g. README > or on the website (compare > http://docs.parrot.org/parrot/latest/html/docs/book/ch02_getting_started.pod.html > > "Build requirements"). Pat