basho / riak_pipe

Riak Pipelines
Apache License 2.0
162 stars 60 forks source link

Correct exec_option() typespec for log #102

Closed hmmr closed 8 years ago

hmmr commented 8 years ago

Originally by Paul Oliver puzza007@gmail.com. Hand-picked from https://github.com/puzza007/riak_pipe/commit/d03daf7d2; needed to kill off some dialyzer issues in riak_kv (part of https://github.com/basho/riak_kv/pull/1268).

lukebakken commented 8 years ago

+1 be9a36418cbc3b193448abee3c72405b54834713

hmmr commented 8 years ago

This PR triggered a C++ compatibility issue in leveldb/db/skiplist.h, which is (only) observed when building on FreeBSD with gcc-4.2.1. @paulplace is investigating.