basho / riak-erlang-client

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

Fix erlang19 dialyzer errors #359

Closed manik1337 closed 7 years ago

manik1337 commented 7 years ago

We have encountered some problems dialyzing our project so this PR fixes typings in riakc_obj record. It is related to this change http://erlang.org/doc/reference_manual/typespec.html#id79723

lukebakken commented 7 years ago

This has already been addressed in #356 and will be a part of the 2.5.3 release. Thanks!