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
a Brainf*** interpreter in lolcode:
http://forum.lolcode.com/viewtopic.php?id=51
I wonder whether it runs on parrot :-)
kjs
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-
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
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/
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
# 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"
>> > 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
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
# 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
# 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
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
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
(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
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
# 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
# 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
# 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
# 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
# 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
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
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
# 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
# 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
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
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
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
27 matches
Mail list logo