Re: [PATCH] suggestion for the file "grammar.pg"

2008-07-03 Thread Patrick R. Michaud
On Fri, Jul 04, 2008 at 12:15:24AM +0200, Moritz Lenz wrote: > Hi, > > Gerd Pokorra wrote: > > I suggest the little attached patch (diff -u) for the file > > "languages/perl6/src/parser/grammar.pg", so that the following code > > > > my $a = .2; > > > > will also be accepted from Rakudo. > > Bu

Re: [perl #37664] [TODO] create autogenerated files read-only

2008-07-03 Thread Bob Rogers
From: chromatic <[EMAIL PROTECTED]> Date: Wed, 2 Jul 2008 22:48:02 -0700 These are the files in a pristine repository with 'ex: set ro:' in them; can you (or another Emacs user) edit them to add the appropriate tag for Emacs? The attached patch does this, but raises a question. In

[perl #43334] [TODO] config/auto/icu.pm: Write unit tests

2008-07-03 Thread James Keenan via RT
Coleoid just pasted this failure report: t/steps/auto_icu-041/12 # Failed test 'Got expected return value: failed' # at t/steps/auto_icu-04.t line 48. # got: 'no' # expected: 'failed' # Looks like you failed 1 test of 12. t/steps/auto_icu-04

[perl #56572] [PATCH] pdb rename to parrot_pdb

2008-07-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56572] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56572 > 2008-07-03 17:17:39 rurban * requires a svn rename before: svn rename sr

[perl #56568] [PATCH] root.in: add cygwin importlib

2008-07-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56568] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56568 > config/gen/makefiles/root.in: add the cygwin importlib to please -lparrot in packaged ver

Re: [ITP] parrot-0.6.3 with parrot-perl6

2008-07-03 Thread Geoffrey Broadwell
First, thank you for working on this! Now some comments ... On Thu, 2008-07-03 at 19:07 +0200, Reini Urban wrote: > parrot-languages is my compressed version of the fedora split, > they have for every single language a seperate package. Thank you for choosing the single-package route here. > I

[perl #48014] [DEPRECATED] PMC union struct

2008-07-03 Thread Allison Randal via RT
A bit more detail on the conversion process for a PMC: 1) Find the core data of the PMC, and convert it into a series of ATTR statement at the beginning of the "pmclass" block. So, if the PMC uses only 'PMC_int_val', create a single entry: 'ATTR INTVAL integer_data;' (Pick a meaningful name, and a

[perl #56574] [PATCH] pdb rename to parrot_pdb

2008-07-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56574] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56574 > 2008-07-03 17:17:39 rurban * requires a svn rename before: svn rename sr

[perl #56570] [PATCH] root.in: add cygwin importlib

2008-07-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56570] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56570 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #56566] [PATCH] pdb rename to parrot_pdb

2008-07-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56566] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56566 > 2008-07-03 17:17:39 rurban * requires a svn rename before: svn rename sr

[perl #56564] [TODO] add languages/*/Makefile install targets

2008-07-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56564] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56564 > make install should gather the language docs and examples/* -- Reini Urban

[perl #56562] [PATCH] root.in: add cygwin importlib

2008-07-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56562] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56562 > config/gen/makefiles/root.in: add the cygwin importlib to please -lparrot in packaged ver

Re: [PATCH] suggestion for the file "grammar.pg"

2008-07-03 Thread Moritz Lenz
Hi, Gerd Pokorra wrote: > I suggest the little attached patch (diff -u) for the file > "languages/perl6/src/parser/grammar.pg", so that the following code > > my $a = .2; > > will also be accepted from Rakudo. But does the language specification allow it? I don't think so, and STD.pm (after whi

Re: [perl #56548] PATCH] for file "01-literals.t"

2008-07-03 Thread Moritz Lenz
(sorry if this arrives multiple times, br0ken ISP and all..) Hi, [EMAIL PROTECTED] (via RT) wrote: > this patch for the file "languages/perl6/t/00-parrot/01-literals.t" adds > a test for a literal with a radix. Although there are some similar tests in t/00-parrot/ I wouldn't start adding more in

[ITP] parrot-0.6.3 with parrot-perl6

2008-07-03 Thread Reini Urban
I would like to contribute and maintain the parrot packages. I've discussed the layout at #parrot and got their blessing, esp. the favor of parrot-perl6 over parrot-rakudo, as it is called on fedora. Just the new php, now called pipp is still called plumhead. This will be in the next release 0.6

[perl #56558] [PATCH] pdb rename to parrot_pdb

2008-07-03 Thread Reini Urban via RT
Added patch -- Reini Urban 2008-07-03 17:17:39 rurban * requires a svn rename before: svn rename src/pdb.c src/parrot_pdb.c svn rename t/tools/pdb.t t/tools/parrot_pdb.t * MANIFEST, docs/debug.pod, docs/debugger.pod, docs/parrot.pod src/parrot_pdb.c, t/tools/parrot_pdb.t: rename pdb to parro

[perl #56554] [TODO] add languages/*/Makefile install targets

2008-07-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56554] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56554 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #56558] [PATCH] pdb rename to parrot_pdb

2008-07-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56558] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56558 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #56544] [PATCH] install_files.pl

2008-07-03 Thread Reini Urban via RT
This is the next version. About the /usr/runtime location I'm not sure yet. Is this really kosher? On cygwin the .include searchpath is now: /usr/runtime/parrot/include /usr/runtime/parrot /usr /usr/lib/parrot/include /usr/lib/parrot/ . with extensions: "" .exe .lnk .exe.lnk .past .pa

Re: [perl #53394] [BUG] Divide-by-zero error in test on Windows

2008-07-03 Thread ajr
>> > On Windows XP Home Edition, using gcc, the following test error is >> > occurring: >> > >> > Divide by zero^M >> > current instr.: 'life' pc 175 (examples\pir\life.pir:102) >> > > Can any of our windows users duplicate this bug? If not, it may not > exist anymore. It didn't show up in the t

[perl #56548] PATCH] for file "01-literals.t"

2008-07-03 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #56548] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56548 > Hello, this patch for the file "languages/perl6/t/00-parrot/01-literals.t"

[PATCH] suggestion for the file "grammar.pg"

2008-07-03 Thread Gerd Pokorra
Hello, I suggest the little attached patch (diff -u) for the file "languages/perl6/src/parser/grammar.pg", so that the following code my $a = .2; will also be accepted from Rakudo. Gerd Pokorra patch.tar Description: Unix tar archive

Re: [svn:parrot] r28816 - trunk/languages/perl6/tools

2008-07-03 Thread jerry gay
On Wed, Jul 2, 2008 at 11:06 PM, chromatic <[EMAIL PROTECTED]> wrote: >$ parrot perl6.pbc --output=buggy.pir --trace=PIR buggy.p6 > s/trace/target/

Re: next generation parrot compiler tools

2008-07-03 Thread Moritz Lenz
Klaas-Jan Stol wrote: > a Brainf*** interpreter in lolcode: > > http://forum.lolcode.com/viewtopic.php?id=51 > > I wonder whether it runs on parrot :-) it does not: $ ../../parrot lolcode.pbc ~/bf.lol Syntax error at line 6, near "I HAS A IN" current instr.: 'parrot;PGE::Util;die' pc 120 (runtim

[perl #41666] Test PIR and PASM by generating PBC and running it

2008-07-03 Thread Bernhard Schmalhofer via RT
On Mi. 02. Jul. 2008, 23:25:56, [EMAIL PROTECTED] wrote: > make testr does this; if that doesn't work, let's re-open the ticket. Actually 'make testr' does something a little bit different. It creates a '*.pbc' File, converts it into an executable and runs the executable. It doesn't run the pbc-

next generation parrot compiler tools

2008-07-03 Thread Klaas-Jan Stol
a Brainf*** interpreter in lolcode: http://forum.lolcode.com/viewtopic.php?id=51 I wonder whether it runs on parrot :-) kjs

Re: patch that causes imcc to hang

2008-07-03 Thread Moritz Lenz
Patrick R. Michaud wrote: > As I noted online and in the Perl 6 design meeting earlier today, > the attached patch (applied to r28973) causes imcc to hang > while building rakudo at the step > > ../../parrot -o perl6.pbc perl6.pir > > This step never completes -- in fact, I inadvertently le