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 <vatamane@...>
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.
----
---