I have an application that uses Rhino 1.5R3 that is trying to eval() a chunk of JSON formated data that has more than 255 Objects (total size of the JSON data is ~80KB) in the dataset. However after the eval() is done, the returned object has silently and randomly truncated objects out of the data to make it fit (often pulling out way more than it needs).
I was looking through the change logs and saw this bug fixed in 1.5R5 https://bugzilla.mozilla.org/show_bug.cgi?id=228446 , could this be related to the issue I am experiencing? I have another project that uses rhino 1.7R1 and it does not have this issue, so it seems to be fixed somewhere along the way, I'm just hoping someone can help point me to where it was fixed so I can work on getting my application up to that version of Rhino. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
