nickva commented on issue #1394: Prepare to fabric attachment receiver from a fun closure to a tuple URL: https://github.com/apache/couchdb/pull/1394#issuecomment-398554309 Another note: `fabric_doc_atts` is mostly a copy of `fabric_doc_attachments`. The reason it is a separate module as opposed adding a few clauses and a new function to `fabric_doc_attachments` is because funs would break when there is a mix of the old fabric_doc_attachments (without the change) and the new version with extra clauses. We are trying to prevent such breakage and the only way to do it was to keep the `fabric_doc_attachments` module intact.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
