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
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
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
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: