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 2017/03/08 20:27:51 UTC

[GitHub] couchdb-couch pull request #234: Fix initial accumulator value for builtin_s...

GitHub user iilyak opened a pull request:

    https://github.com/apache/couchdb-couch/pull/234

    Fix initial accumulator value for builtin_sum_rows

    This a fixup for https://github.com/apache/couchdb-couch/pull/229.
    The initial value for accumulator suppose to be 0. Since the result of
    sum and count is integer. The problem was discovered by dialyzer.
    
    COUCHDB-3305

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

    $ git pull https://github.com/cloudant/couchdb-couch 70794-fix-initial-acc-for-builtin_sum_rows

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

    https://github.com/apache/couchdb-couch/pull/234.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 #234
    
----
commit 1f152daaac23dc96132139fb532786f77becdd64
Author: ILYA Khlopotov <ii...@apache.org>
Date:   2017-03-08T20:24:46Z

    Fix initial accumulator value for builtin_sum_rows
    
    This a fixup for https://github.com/apache/couchdb-couch/pull/229.
    The initial value for accumulator suppose to be 0. Since the result of
    sum and count is integer. The problem was discovered by dialyzer.
    
    COUCHDB-3305

----


---
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-couch pull request #234: Fix initial accumulator value for builtin_s...

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

    https://github.com/apache/couchdb-couch/pull/234


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