nickva commented on issue #1346: Add _approx_count_distinct as a builtin reduce function URL: https://github.com/apache/couchdb/pull/1346#issuecomment-393320129 Noticed a transitive dependency on bisect: ``` (HEAD detached at CouchDB-2.2.0)) $ more rebar.config {cover_enabled, true}. {deps, [ {bisect, "", {git, "https://github.com/knutin/bisect.git", {branch, "master"}}} ]}. ``` Which brings in proper master dependency, which fails to compile on R16. However the good news is we don't use the bisect backend just the default (binary one). So I think we can make a branch on our version of hyper to exclude bisect and it should be good. Another one might be to avoid building carray C module (since we don't use it) but that's optional.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
