You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by iilyak <gi...@git.apache.org> on 2016/08/24 19:04:30 UTC

[GitHub] couchdb-config pull request #13: handle_event expected to return {ok, State}

GitHub user iilyak opened a pull request:

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

    handle_event expected to return {ok, State}

    Fix return value of handle_event callback.
    
    gen_event behaviour requires handle_event callback to return `{ok, State}`
    
    COUCHDB-3102

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

    $ git pull https://github.com/cloudant/couchdb-config fix-return-value

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

    https://github.com/apache/couchdb-config/pull/13.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 #13
    
----
commit 887dae29961d5c64c7f8cca8918e42199b33495a
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Date:   2016-08-24T19:01:43Z

    handle_event expected to return {ok, State}
    
    Fix return value of handle_event callback.
    
    COUCHDB-3102

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-config pull request #13: handle_event expected to return {ok, State}

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-config issue #13: handle_event expected to return {ok, State}

Posted by tonysun83 <gi...@git.apache.org>.
Github user tonysun83 commented on the issue:

    https://github.com/apache/couchdb-config/pull/13
  
    +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---