Skip to content

Commit

Permalink
macrotize those <<69>> demons
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed May 3, 2016
1 parent 812915c commit 0a1155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_kv_crdt.erl
Expand Up @@ -157,7 +157,7 @@ is_crdt(_RObj, _BProps) ->
is_crdt_object(RObj) ->
ObjVal = riak_object:get_value(RObj),
case ObjVal of
<<69, _Rest/binary>> when is_binary(ObjVal) ->
<<?TAG, _Rest/binary>> when is_binary(ObjVal) ->
true;
_ -> false
end.
Expand Down

5 comments on commit 0a1155c

@borshop
Copy link
Contributor

@borshop borshop commented on 0a1155c May 3, 2016

Choose a reason for hiding this comment

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

saw approval from bsparrow435
at 0a1155c

@borshop
Copy link
Contributor

@borshop borshop commented on 0a1155c May 3, 2016

Choose a reason for hiding this comment

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

merging basho/riak_kv/feature-zl-add_expanded_is_crdt = 0a1155c into borshop-integration-1405-feature-zl-add_expanded_is_crdt

@borshop
Copy link
Contributor

@borshop borshop commented on 0a1155c May 3, 2016

Choose a reason for hiding this comment

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

basho/riak_kv/feature-zl-add_expanded_is_crdt = 0a1155c merged ok, testing candidate = 4a82445

@borshop
Copy link
Contributor

@borshop borshop commented on 0a1155c May 3, 2016

Choose a reason for hiding this comment

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

@borshop
Copy link
Contributor

@borshop borshop commented on 0a1155c May 3, 2016

Choose a reason for hiding this comment

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

fast-forwarding 2.0 to borshop-integration-1405-feature-zl-add_expanded_is_crdt = 4a82445

Please sign in to comment.