Re: Java Script in Parrot

2006-07-09 Thread Norman Nunley, Jr
I've started work on a Javascript implementation, but haven't gotten very far yet. I've starting with the Narcissus implementation from the Mozilla project. My current plan is to: 1. Identify any objects that need to be bootstrapped into PMCs. 2. Write a Compile phase that borrows logic from

[PATCH] Bug fix to Parrot::Configure::Data

2006-01-31 Thread Norman Nunley, Jr
Parrot::Configure::Data->add had a bug in it which caused a reference to itself to be included in the configuration hash. This patch effects lib/Parrot/Configure/Data and t/configure/data.t Please refer to rt ticket #38260 for further context. Norman Nunley pcd.patch Description: Binary dat

[perl #38260] [BUG][PATCH] Parrot::Config contains invalid info

2006-01-31 Thread Norman Nunley, Jr. via RT
I have a partial solution. There was a bug in Parrot::Configure::Data->add which caused it to always include a stringified copy of self for every usage of add. This leads to a large number of garbage hashref strings with even larger numbers of delimiter seperated delimiter strings. I'll attemp

[PATCH] A partial fix for Parrot::Configure::Data (RT #38260)

2006-01-31 Thread Norman Nunley, Jr
Parrot::Configure::Data->add had a bug in it which caused a reference to itself to be included in the configuration hash. This patch effects lib/Parrot/Configure/Data and t/configure/data.t Please refer to rt ticket #38260 for further context. Regards, Norman Nunley pcd.patch Description: