You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the update of redbug to the latest version {redbug, {git, "https://github.com/massemanet/redbug", {branch, "master"}}} in therebar.config of the riak_kv project;
the update of leveled to the latest version (currently the develop-3.1 branch). Note that I wasn't able to build the project using the dependency resolved by rebar3, as the default configuration seems to always checkout a 0.9.*tag of leveled.
That version won't compile:
I successfully compiled Riak on OTP 26.0 based on the
riak_ts-3.0.0
branch available at https://github.com/TI-Tokyo/riak/tree/riak_ts-3.0.0The process involved:
the update of
redbug
to the latest version{redbug, {git, "https://github.com/massemanet/redbug", {branch, "master"}}}
in therebar.config
of theriak_kv
project;the update of
leveled
to the latest version (currently thedevelop-3.1
branch). Note that I wasn't able to build the project using the dependency resolved byrebar3
, as the default configuration seems to always checkout a0.9.*
tag ofleveled
.That version won't compile:
so I had to replace the
/src
and/include
directories with those I got from the forkedleveled
repository.riak_core
andriak_kv
I replaced thedbg:stop_clear/0
calls withdbg:stop/0
-the following type definitions don't compile:
the fix is trivial, I just prepended an underscore to the variable names.
I fixed the deprecation warnings because they are handled with macros inside the source code:
The version check fails on OTP 26.
The text was updated successfully, but these errors were encountered: