basho / eleveldb

Erlang LevelDB API
262 stars 177 forks source link

Revert "unsigned long for memory_sz so it compiles on scaleway C1 / arm" #220

Closed bsparrow435 closed 8 years ago

bsparrow435 commented 8 years ago

Revert so we can test further.

bsparrow435 commented 8 years ago

ready for the @matthewvon seal of approval

bsparrow435 commented 8 years ago

@matthewvon bueler

bsparrow435 commented 8 years ago

I have set up a new branch for the user to use(since they sent me a very nice email thanking me for merging the original PR). Just waiting on you to merge the revert since user has a path forward. Thanks!

matthewvon commented 8 years ago

Drop this topic. I manually verified the build on all 16 operating systems. The issue that caused concern is not with the size_t versus unsigned long data types. Likely was uint64_t ... but I am not going there now.

bsparrow435 commented 8 years ago

I will remove my other branch for the user and point them back to develop. Thank you.