Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: develop-3.0
Choose a base branch
from

Commits on May 6, 2024

  1. Extend 'continuation' value type to undefined | binary()

    This is to bring the `index_options()` type in agreement with actual usage, as seen for example in riak_cs: [here](https://github.com/TI-Tokyo/riak_cs/blob/develop/apps/riak_cs/src/riak_cs_gc_key_list.erl#L126) its `continuation` option is explicitly [set](https://github.com/TI-Tokyo/riak_cs/blob/develop/apps/riak_cs/src/riak_cs_gc_key_list.erl#L160) to `undefined`.
    hmmr committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4837000 View commit details
    Browse the repository at this point in the history