basho / riak-erlang-client

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

Extend 'continuation' value type to undefined | binary() #413

Open hmmr opened 3 months ago

hmmr commented 3 months ago

This is to bring the index_options() type in agreement with actual usage, as seen for example in riak_cs: here its continuation option is explicitly set to undefined.

Spotted by dialyzer.