NCI and libparrot Question

2006-07-20 Thread chromatic
Should this code work? I think so. I don't think it's necessarily *good* practice, but I do think it should work. -- c

[perl #39897] [PATCH] TGE - add basic syntax error

2006-07-20 Thread via RT
# 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

[perl #39864] [BUG] Compiling P6Regex within code substitutes part of string to match away

2006-07-20 Thread Leopold Toetsch via RT
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

Re: get_root_namespace opcode vs. interpinfo {cage cleaners?}

2006-07-20 Thread Allison Randal
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

[perl #39892] [BUG] Bus error in t/pmc/eval.t#19

2006-07-20 Thread via RT
# 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

Re: S04 - forbidden coding-style

2006-07-20 Thread Smylers
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

S04 - forbidden coding-style

2006-07-20 Thread Markus Laire
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

Parrot::Embed 0.01

2006-07-20 Thread chromatic
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