arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 125 forks source link

Cleanup! #163

Closed vmg closed 8 years ago

vmg commented 8 years ago

Here's an (untested) cleanup branch. Don't be afraid by the huge diff! A lot of it are whitespace (reindent) changes.

I'm gonna go ahead and copy down all my notes into this PR, hoping they're of use to you!

Lots of work to be done still, but this is a start.

cc @arthurnn

vmg commented 8 years ago

@arthurnn Alright this is all I got. Obviously the tests are failing because I ripped out a lot of the old SWIG ruby code. Gonna keep iterating tomorrow morning until the tests are green.

Please point out any mistakes I have made or any stuff you're unsure about!

arthurnn commented 8 years ago

I made a few ajustments, and merged it to master.

This was AWESOME man.. thanks a lot