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 app dependencies in rebar.config and .app.src are not in sync with the actual usage in the clique application.
This is currently one of the blockers for using riak_core as a dependency in your own project - at least if you want to use relx and rely on proper OTP rules for releases.
The app dependencies in rebar.config and .app.src are not in sync with the actual usage in the clique application.
This is currently one of the blockers for using riak_core as a dependency in your own project - at least if you want to use relx and rely on proper OTP rules for releases.
clique problems:
'IN_called_IN_deps_NOT_appsrc': [cuttlefish]
'IN_called_NOT_deps_NOT_appsrc': [mochiweb]
The fix is to simply bring the files in sync with reality.
[Created in JIRA by Torben Hoffmann]
The text was updated successfully, but these errors were encountered: