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

Add bucket type support #113

Merged
merged 6 commits into from
Sep 7, 2013
Merged

Add bucket type support #113

merged 6 commits into from
Sep 7, 2013

Conversation

Vagabond
Copy link
Contributor

@ghost ghost assigned engelsanchez Sep 3, 2013
@engelsanchez
Copy link
Contributor

I'm running test with this line fixed by removing the is_binary(Bucket) guard:

cs_bucket_fold(Pid, Bucket, Opts) when is_pid(Pid), is_binary(Bucket), is_list(Opts) ->

You must have a newer version of that file somewhere I'm sure.

@Vagabond
Copy link
Contributor Author

Vagabond commented Sep 4, 2013

Yes, I remember changing that, but I've no idea what happened to that commit.

@Vagabond
Copy link
Contributor Author

Vagabond commented Sep 4, 2013

I found an un-pushed commit :)

@@ -28,7 +28,9 @@

-module(riakc_obj).
-export([new/2, new/3, new/4,
type/1,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment here about type in the object vs. bucket_type. Since this is client code, I would urge you to do the change here before merging. Internal code can be cleaned up, refactored easier later, but here it could be a sore point later.

@engelsanchez engelsanchez merged commit 25c2777 into master Sep 7, 2013
@lukebakken lukebakken deleted the bos-bucket-type branch November 9, 2015 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants