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

Benoit Chesneau commented on COUCHDB-1302:
------------------------------------------

I was thinking this morning on this function naming. I'm not sure it's really 
needed. Why not considering map & other functions like code we just need to 
evaluate. Something like :

    {
        "map": "emit(doc._id, null);"
    }

So we can eventually encapsulate it in our function. This pattern is commonly 
used. You can found it for example in last redis script feature or in 
elasticsearch. It would also simplify a lot the syntax and the way we can write 
and debug such functions. Thoughts ?
                
> Fix couchjs
> -----------
>
>                 Key: COUCHDB-1302
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1302
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: JavaScript View Server
>    Affects Versions: 1.1.1, 1.2, 1.3
>            Reporter: Paul Joseph Davis
>            Priority: Blocker
>
> Figure out why some spidermonkeys have an error when doing: 
> eval("function(){}")

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to