commonjs implementation creates circular references in the design document
--------------------------------------------------------------------------

                 Key: COUCHDB-869
                 URL: https://issues.apache.org/jira/browse/COUCHDB-869
             Project: CouchDB
          Issue Type: Bug
          Components: JavaScript View Server
            Reporter: Chris Anderson
             Fix For: 1.0.2
         Attachments: commonjs_circular_ref.diff

this prevents JSON.stringify(this) from working in show functions, as the 
JSON.stringify function gets too much recursion. The culprit is the parent 
references created by our CommonJS implementation.

test attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to