Hi all,
I've bundled up Parrot::Embed into something releasable:
http://wgz.org/chromatic/perl/Parrot-Embed.tar.gz
To build and pass the tests, you must have the parrot executable in your path
and you must have libparrot (or whatever it is on your platform) in your
loadable object path
This quote from S04
Outside of any kind of expression brackets, a final closing curly on a
line (not counting whitespace or comments) always reverts to the
precedence of semicolon whether or not you put a semicolon after it.
(In the absence of an explicit semicolon, the current statement may
cont
Markus Laire writes:
> S04 seems to say that a style like this can't be used by
> perl6-programmers:
>
> loop
> {
>...
> }
> while $x;
>
> I like this style, as it lines up both the keywords and the curlies.
As of yesterday you can get very close to this by putting a space-eating
backslas
# New Ticket Created by Will Coleda
# Please include the string: [perl #39892]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=39892 >
Running this test bus errors.
Per leo, this is because a failed compilation is returning
Chip Salzenberg wrote:
Allison, I suppose that given get_root_namespace, that we should get rid of
C?
If that's true, then a good little cleanup task would be removing all usage
of the latter and replacing it with the former.
Yes, agreed.
Allison
as mentioned on IRC, it looks like a GC bug, but
actually it was a COW string bug (a possibly already set live flag wasn't
cleared, which lead to half-moved string memory, s. resources.c:370)
Fixed w. r13400
# New Ticket Created by Will Coleda
# Please include the string: [perl #39897]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=39897 >
This patch updates TGE slightly to use PGE::Util::die to generate
some indication of wh
Should this code work? I think so.
I don't think it's necessarily *good* practice, but I do think it should work.
-- c