[
https://issues.apache.org/jira/browse/COUCHDB-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012439#comment-13012439
]
Filipe Manana commented on COUCHDB-1109:
----------------------------------------
Hi Thomas, thanks for the patch. Looks good, do you think it can be reformatted
so that it doesn't add lines exceeding 80 characters? (this is a convention we
follow). I would also prefer to have the curly brackets, even if they're not
mandatory for a single statement if block.
> errors when requesting missing lists/views/shows are not helpful
> ----------------------------------------------------------------
>
> Key: COUCHDB-1109
> URL: https://issues.apache.org/jira/browse/COUCHDB-1109
> Project: CouchDB
> Issue Type: Improvement
> Components: HTTP Interface
> Affects Versions: 1.0.2
> Reporter: Thomas Vander Stichele
> Priority: Minor
> Attachments: missing-function.patch
>
>
> While doing the training, we implemented an example list function that should
> have been called customers.js but I accidentally called it customer.js
> So I get:
> $ curl -X GET
> http://localhost:5984/bank/_design/demo/_list/customers/by_name?reduce=false
> {"error":"not_found","reason":"missing function"}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira