You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "J Chris Anderson (JIRA)" <ji...@apache.org> on 2010/08/24 17:39:17 UTC

[jira] Commented: (COUCHDB-869) commonjs implementation creates circular references in the design document

    [ https://issues.apache.org/jira/browse/COUCHDB-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901926#action_12901926 ] 

J Chris Anderson commented on COUCHDB-869:
------------------------------------------

I just had a beautiful baby girl named Irma, so I don't plan to
respond to mail, except occasionally if it's a fun one.

If you have an urgent request, please CC hello@couch.io and we'll make
sure someone reads it.

Thanks,
Chris

PS. Please let me know if this responder is hitting mailing lists,
that would be lame.

-- 
Chris Anderson http://jchrisa.net
--
couch.io


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