-
Notifications
You must be signed in to change notification settings - Fork 94
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
Feature/merge velvet #1197
Feature/merge velvet #1197
Conversation
Velvet have been including many duplicate code. There are still many duplicates, but so far this will be kept as it is.
%% @doc Construct an acl. The structure is the same for buckets | ||
%% and objects. | ||
-spec acl(string(), string(), string(), [acl_grant()], erlang:timestamp()) -> acl(). | ||
acl(DisplayName, CanonicalId, KeyId, Grants, CreationTime) -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function is not used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. Used from test code. hmm...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That test code tests acl_from_json
, but the function is not used 🚫
One test fails:
|
Updated |
As commented at basho/stanchion#99, |
Removed more codes than told, as Emacs flymake told me more. |
5695ddd
to
10d1be5
Compare
Compilation failed for r_t
|
Updated |
riak_test passed! Great cleanup 💯 |
Feature/merge velvet Reviewed-by: shino
@borshop merge |
For #1190 (RCS-201) .