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 <[email protected]>
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.
----
---