[perl #64452] 'make parrot' unreliable

2009-04-05 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #64452] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64452 > git 58d1635151ad3eff623401fd53e352cdd88f09ae: $ cd parrot/ $ svn info | grep ^Revis Revi

Re: some questions about S02(type)

2009-04-05 Thread Xiao Yafeng
I don't think an array of hashes and a hash of arrays could perfectly represent a Table type. There are several important facts of a relational model:unordered columns and tupples, various constraints on columns. E.g. how can we represent multi-unique constraints as an array of hashes? On 4/4/09,

[perl #64458] (1..8).reverse listifies to an empty list in Rakudo

2009-04-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64458] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64458 > Rakudo 0bb68ee seems to be regressed on reversing ranges: $ perl6 -e '.say for (1..8).r

[perl #64460] [PATCH] [Configure] Change option name to --gen-parrot-option; minor related cleanups

2009-04-05 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #64460] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64460 > --- Configure.pl |9 + 1 files changed, 5 insertions(+), 4 deletions(

[perl #64462] [PATCH] [Configure] (try 2) Change option name to --gen-parrot-option; minor related cleanups

2009-04-05 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #64462] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64462 > See attached. -'f 0001--Configure-Change-option-name-to-gen-parrot-optio.patc

[perl #57790] [PATCH] nicer error message for 12345[1] (number scalar indexed with .[])

2009-04-05 Thread Ron Schmidt via RT
The attached patch should generate the desired error message. If someone wants a test for this, just let me know which test file the test belongs in and I will be happy to post an appropriate test for that file. --- a/src/classes/Positional.pir +++ b/src/classes/Positional.pir @@ -105,9 +105,24

[perl #64464] Cannot refer to a regex with dashes or apostrophes in it in Rakudo

2009-04-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64464] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64464 > rakudo: regex foo_bar { foobar }; say "foobar" ~~ // rakudo 0bb68e: OUTPUT«foobar␤» r

[perl #64472] useless error when use p5izm in ternary operator

2009-04-05 Thread via RT
# New Ticket Created by Ilya Belikin # Please include the string: [perl #64472] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64472 > Hi there! > 1 ?? 2 :: 3; ResizablePMCArray: Can't pop from an empty array! I think not

Fwd: Multi-Dimensional arrays

2009-04-05 Thread Peter Schwenn
-- Forwarded message -- From: Peter Schwenn Date: Apr 4, 2009 3:14 PM Subject: Re: Multi-Dimensional arrays To: Carl Mäsak I've had inconsistent/incorrect results, once having created an array of array of arrays, both while addressing elements in it as @A[l][m][n]=x and as @a[

Fwd: Multi-Dimensional arrays

2009-04-05 Thread Carl Mäsak
-- Forwarded message -- From: Carl Mäsak Date: Sun, Apr 5, 2009 at 9:30 AM Subject: Re: Multi-Dimensional arrays To: Peter Schwenn Peter (>): > I've had inconsistent/incorrect results, once having created an array > of array of arrays, both while addressing elements in it as > @

Re: Dallas.p6m

2009-04-05 Thread Chris Dolan
On Mar 19, 2009, at 2:35 PM, Andy Lester wrote: I love love LOVE starting to get people together to talk about Perl 6. It's a crucial step in letting people know that Perl 6 is real. However, starting social groups that say they are specifically about Perl 6 makes me uncomfortable. I th

Re: some questions about S02(type)

2009-04-05 Thread Timothy S. Nelson
On Sat, 4 Apr 2009, Darren Duncan wrote: Speaking of libraries, I already implemented a table type ... it's called Set::Relation/::V2 and its on CPAN right now ... for Perl 5 ... I still have to port it to Perl 6, unless someone else wants to do that, but I designed it so that would be easy to

Rakudo on Vista

2009-04-05 Thread Lyle
Hi, At B&BPM we are planning our first Perl 6 hackathon. We are pretty much all new to Perl 6 so it won't be much more than installing Raduko and trying out some of the Perl 6 syntax. I have Linux servers, but I usually develop locally on my Vista based desktop and laptop. I thought that ther

Re: Rakudo on Vista

2009-04-05 Thread Bruce Gray
On Apr 5, 2009, at 6:48 PM, Lyle wrote: --snip-- There is a problem with the Rakudo Makefile? Help would be very much appreciated... http://perl.bristolbath.org/blog/lyle/2009/04/first-perl-6- experiences.html Yes, there is a problem. I have duplicated it under MinGW/Win2K, but have not f