Thanks, applied, with one minor tweak.
On Sep 15, 2006, at 9:07 AM, Nuno Carvalho via RT wrote:
Hi again,
Sorry, there was a problem with the last diff. Here's the most updated
patch, attached to this file, please igore the previous patch. Sorry
again.
Best regards,
./smash
On 9/15/06, Nuno
Hi again,
Sorry, there was a problem with the last diff. Here's the most updated
patch, attached to this file, please igore the previous patch. Sorry
again.
Best regards,
./smash
On 9/15/06, Nuno Carvalho <[EMAIL PROTECTED]> wrote:
Hi again,
Added some more simple tests to file 't/compilers/j
Hi again,
Added some more simple tests to file 't/compilers/json/to_parrot.t'
related to backslashing testing. All the new tests pass. Attached to
this message you can find the patch file.
Best regards,
./smash
Index: t/compilers/json/to_parrot.t
Hi parrot people,
I haded some more tests to file 't/compilers/json/to_parrot.t' related
to numbers (test fact, exp and minus). Also haded two tests from the
RFC examples. The second one is failing due to number precision (the
test is tagged TODO). For example, we try to match:
"Longitude":-122.
Thanks, applied, along with the previous patch.
Hi again,
Haded some more tests to check for white spaces problems. Some tests
fail to parse and so are marked todo. Attached to this message is the
patch for the file 't/compilers/json/to_parrot.t'.
Best regards,
./smash
On 9/7/06, Nuno Carvalho <[EMAIL PROTECTED]> wrote:
Hi all,
I haded so
Hi all,
I haded some more tests to t/compilers/json/to_parrot.t file to test
some objects/array combinations. All tests pass at this point, except
for tests:
#17 - something about null value in a array
#25 - just added that random sequence, it does not parse not quite sure why.
Attached to this
# New Ticket Created by Will Coleda
# Please include the string: [perl #40292]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40292 >
There is now a "JSON" compiler: perldoc compilers/json/JSON.pir
We need more tests (t/co