Re: [perl #40292] [TODO] Add JSON tests

2006-09-15 Thread Will Coleda
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

Re: [perl #40292] [TODO] Add JSON tests

2006-09-15 Thread Nuno Carvalho
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

Re: [perl #40292] [TODO] Add JSON tests

2006-09-15 Thread Nuno Carvalho
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

Re: [perl #40292] [TODO] Add JSON tests

2006-09-11 Thread Nuno Carvalho
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.

[perl #40292] [TODO] Add JSON tests

2006-09-08 Thread Will Coleda via RT
Thanks, applied, along with the previous patch.

Re: [perl #40292] [TODO] Add JSON tests

2006-09-08 Thread Nuno Carvalho
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

Re: [perl #40292] [TODO] Add JSON tests

2006-09-07 Thread Nuno Carvalho
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

[perl #40292] [TODO] Add JSON tests

2006-09-06 Thread via RT
# 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