You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/23 12:08:09 UTC

[GitHub] iilyak opened a new pull request #1761: Fix couch_epi typespec for data provider

iilyak opened a new pull request #1761: Fix couch_epi typespec for data provider
URL: https://github.com/apache/couchdb/pull/1761
 
 
   ## Overview
   
   There are few problems with type specs in couch_epi:
   - `module` was renamed into `static_module`
     - https://github.com/apache/couchdb/commit/0fefc859eb9c18120064317da61a30adaeac5f92#diff-d9e3e3c91d4866fe966666619bda7991
   - `callback_module` was added
     - https://github.com/apache/couchdb/commit/cf65280466499d652cff1171a2039af49c5677e8#diff-d9e3e3c91d4866fe966666619bda7991
   - data provider specification can include options
     - https://github.com/apache/couchdb/blob/master/src/couch_epi/src/couch_epi_plugin.erl#L143
   
   This PR fixes these issues.
   
   ## Testing recommendations
   
   ```
   make dialyze
   ```
   
   ## Related Issues or Pull Requests
   
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services