You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by nickva <gi...@git.apache.org> on 2018/02/15 06:40:49 UTC

[GitHub] couchdb-config pull request #18: Use callback directive for config_listener ...

GitHub user nickva opened a pull request:

    https://github.com/apache/couchdb-config/pull/18

    Use callback directive for config_listener behaviour

    This knocks out a few dialyzer errors such as:
    
    `Callback info about the config_listener behaviour is not available`
    
    It is also more descriptive as it specifies types and argument names for each
    callback.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-config use-callbacks-for-behavior

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-config/pull/18.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18
    
----
commit 454a854520dc146ff11dd170cdd9c9288e141e56
Author: Nick Vatamaniuc <va...@...>
Date:   2018-02-15T06:30:44Z

    Use callback directive for config_listener behaviour
    
    This knocks out a few dialyzer errors such as:
    
    `Callback info about the config_listener behaviour is not available`
    
    It is also more descriptive as it specifies types and argument names for each
    callback.

----


---

[GitHub] couchdb-config pull request #18: Use callback directive for config_listener ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/couchdb-config/pull/18


---