basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

Fix dialyzer warnings in riakc_obj and riak_pb_socket #356

Closed bernardd closed 7 years ago

bernardd commented 7 years ago

Erlang 19 reverts the behaviour that automagically inserted 'undefined' as a valid type for all record fields. That caused some dialyzer warnings in riakc_obj and riak_pb_socket which this change fixes. (Note that this doesn't fix all the dialyzer warnings - I think some originate in riak_pb - but one thing at a time).

lukebakken commented 7 years ago

Thanks, see #358