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 2017/10/03 19:15:17 UTC

[GitHub] couchdb-khash pull request #9: Handle deprecated random module

GitHub user nickva opened a pull request:

    https://github.com/apache/couchdb-khash/pull/9

    Handle deprecated random module

    Use a compile time check for platform versions, then a macro conditional in a
    separate rand module.
    
    Removed redunant beam file compile rule from Makefile as it prevented erl_opts
    rebar options form taking effect.

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

    $ git pull https://github.com/apache/couchdb-khash rand-compat

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

    https://github.com/apache/couchdb-khash/pull/9.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 #9
    
----
commit 7cacece3668fcbbccdf5533ef27190a00fecb3cc
Author: Nick Vatamaniuc <va...@apache.org>
Date:   2017-10-03T06:03:19Z

    Handle deprecated random module
    
    Use a compile time check for platform versions, then a macro conditional in a
    separate rand module.
    
    Removed redunant beam file compile rule from Makefile as it prevented erl_opts
    rebar options form taking effect.

----


---

[GitHub] couchdb-khash pull request #9: Handle deprecated random module

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

    https://github.com/apache/couchdb-khash/pull/9


---

[GitHub] couchdb-khash issue #9: Handle deprecated random module

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

    https://github.com/apache/couchdb-khash/pull/9
  
    +1


---