Re: YAPC::EU 2008

2008-08-12 Thread Allison Randal
"Wherever two or more of you are gathered together..." Bernhard and I are currently in the lobby at Hotel Centrum, 2 blocks south-west from the main train station (Kobenhavns H) on the corner of Istedgade and Helgolandsgade. Free wireless is available. Will send an update if the location chan

[perl #47956] [BUG] :init :load cannot be target of :outer in compiled PIR

2008-08-12 Thread Patrick R. Michaud via RT
An update for this ticket post-pdd25cx merge: Attempting to run y.pir (described earlier in this ticket) now produces a segfault. Here's the output on my system as of r30182 in trunk: $ ./parrot y.pir compiler start reading x.pir into $S0 compiling (but not running) $S0 XYZ::BEGIN src/inter_call

Porting the parrot website

2008-08-12 Thread Allison Randal
We could use a few volunteers to port pages from parrotcode.org to the new Parrot website. It's a simple repetitive task, view source on the original page and paste the main HTML into the new CMS. (Ignoring any pages automatically generated from Pod in the repository, because we'll handle those

Re: [perl #47972] [DEPRECATED] getclass opcode

2008-08-12 Thread Will Coleda
On Tue, Aug 12, 2008 at 2:39 AM, Patrick R. Michaud via RT <[EMAIL PROTECTED]> wrote: > On Mon Aug 11 18:10:30 2008, coke wrote: >> >> 'getclass' is dead, patch applied in r30176. All tests pass. > > r30176 (and it's subsequent fix for builtins.h in r30179) cause Rakudo > to stop building with: > >

Re: [perl #47972] [DEPRECATED] getclass opcode

2008-08-12 Thread Allison Randal
Will Coleda wrote: I agree that any removed feature should have a deprecation cycle; Here's my pitch for how we've already done that; the list of deprecated features has RTs; the RT listed what was going to have to happen for some time now; This covers us on the deprecation notification. I am w

Re: Inter-HLL Mapping Notes

2008-08-12 Thread Allison Randal
The simple answer is Parrot won't do any automatic mapping of types between HLLs. If you call a Python library function that returns a Python Dictionary type, you'll get back a Python Dictionary PMC. You can interact with it as a string keyed hash (because it implements the string keyed vtable

[perl #57814] Bug Report: Error running make on Red Hat Enterprise v 3.6.9

2008-08-12 Thread Paul Gibler
# New Ticket Created by "Paul Gibler" # Please include the string: [perl #57814] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57814 > src/main.o(.text+0x5c): In function `main': src/main.c:52: undefined reference to `Parr

Re: [perl #47972] [DEPRECATED] getclass opcode

2008-08-12 Thread Patrick R. Michaud
On Tue, Aug 12, 2008 at 02:14:07PM +0200, Allison Randal wrote: > Will Coleda wrote: >> I agree that any removed feature should have a deprecation cycle; >> Here's my pitch for how we've already done that; the list of >> deprecated features has RTs; the RT listed what was going to have to >> happen

[perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-08-12 Thread François PERRAD via RT
On Wed Aug 06 12:51:02 2008, fperrad wrote: > The patch contains a test case that exhibits the problem. > > François. Applied in r30181, as a TODO test. François.

interpreter persistence issues

2008-08-12 Thread Jeff Horwitz
i'd like to have an option in mod_parrot to clear all user-generated data (globals, namespaces, subs, etc.) from an interpreter, leaving any bytecode that has been loaded (e.g. compilers). the point here is to eliminate problems caused by data persistence on hosted web servers, which is one of