nickva commented on code in PR #5603:
URL: https://github.com/apache/couchdb/pull/5603#discussion_r2223956055


##########
src/mem3/src/mem3_util.erl:
##########
@@ -172,6 +171,11 @@ update_db_doc(DbName, #doc{id = Id, body = Body} = Doc, 
ShouldMutate) ->
         couch_db:close(Db)
     end.
 
+range_to_hex([B, E]) when is_integer(B), is_integer(E) ->

Review Comment:
   It worked out nicely, thanks for the suggestion. I turned out only one place 
out of 4 or 5 needed it to be a list so made binary the default and just ?b2l 
in one place. Updated it in a fixup.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to