If someone has the time and inclination, please consider doing a Perl 6
features and paradigms illustration for the Perl 6 wiki (and for people
making Perl 6 presentations), perhaps somewhat along these lines:
"The Principal Programming Paradigms"
http://www.info.ucl.ac.be/~pvr/paradigms.htm
From: chromatic <[EMAIL PROTECTED]>
Date: Fri, 4 Jul 2008 14:03:04 -0700
. . . I've experimented with aligning && and || vertically with the
if, and the results seem table-icious so far. You might experiment
with this and see what you think.
-- c
I have been seeing these for a
On Thursday 03 July 2008 09:26:35 [EMAIL PROTECTED] wrote:
> Modified:
>branches/vtable_self/compilers/imcc/imc.h
>branches/vtable_self/compilers/imcc/imcc.l
>branches/vtable_self/compilers/imcc/imclexer.c
>branches/vtable_self/compilers/imcc/pcc.c
>branches/vtable_self/t/pmc/n
On Friday 04 July 2008 08:43:06 [EMAIL PROTECTED] wrote:
> > I don't know how to get the -j flag into prove though.
>
> # ENV_TEST_PROG_ARGS="-j" prove -v t/stm/runtime.t
That should have been:
# TEST_PROG_ARGS="-j" prove -v t/stm/runtime.t
I don't know why I had ENV_ at th
Hello,
here same output:
First a test with pugs Version: 6.2.13 (r17105) which use STD.pm
[EMAIL PROTECTED] ~]$ pugs -e 'my $a=.2; say $a'
0.2
[EMAIL PROTECTED] ~]$ pugs -e 'my $a=E+3'
*** No such subroutine: "&E"
at -e line 1, column 3 - line 2, column 1
[EMAIL PROTECTED] ~]$
The secon
On 4 Jul 2008, at 16:43, [EMAIL PROTECTED] wrote:
Chromatic suggested
I don't know how to get the -j flag into prove though.
# ENV_TEST_PROG_ARGS="-j" prove -v t/stm/runtime.t
Is this Test::Harness 3.12? If so I suspect the root problem might be
that it leaks under certain cir
Chromatic suggested
> I don't know how to get the -j flag into prove though.
# ENV_TEST_PROG_ARGS="-j" prove -v t/stm/runtime.t
Not sure it's getting the -j in there on OSX leopard (not able to get to
the box where them mem issue is) - on ver 28985
$ ENV_TEST_PROG_ARGS="-j" prove -v
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #56604]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56604 >
Error messages caused by programmer's mistakes shouldn't include stack
traces.
Rakudo r2
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #56602]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56602 >
Rakudo r29047:
../../parrot perl6.pbc -e 'class Int is also { method another_one { } }'
STD.pm was updated to handle leading dot in Num constants, thus
we now have (in both rakudo's grammar and STD.pm):
token escale {
<[Ee]> <[+\-]>? \d+
}
# careful to distinguish from both integer and 42.method
token dec_number {
[
|'.' \d+[_\
On Wed Jun 25 10:19:36 2008, pmichaud wrote:
> With the recent class restructures we have a clearer idea than before,
> although there are still a few fuzzy areas that will likely remain for
> some time. For the time being I have a general bias towards moving things
> out of src/builtins/ and into
Resolved as of r29042, thanks!
Pm
As of r29042 these all seem to have been resolved. Thanks to chromatic,
jonathan, and others who all contributed to fixing this particular issue.
Pm
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
Parrot via RT schrieb:
There is no need to reply to this message right now. Your ticket has been
assigned an ID of [perl #56568].
This should be rejected as duplicate of
[perl #56562] [PATCH] root.in: add cygwin importlib
Sorry.
Parrot via RT schrieb:
Greetings,
This message has been automatically generated in response to the
creation of a parrotbug regarding:
"[PATCH] pdb rename to parrot_pdb"
There is no need to reply to this message right now. Your ticket has been
assigned an ID of [perl #56566].
This sho
16 matches
Mail list logo