Closed brixen closed 13 years ago
Does this cause any actual problem? Note that it's in the autogenerated SWIG code, so potentially an issue in SWIG.
Unfortunately, yes.
https://github.com/evanphx/rubinius/issues#issue/692
Evan (the other Evan :) pointed out this is SWIG. I looked at their sourceforge project and it's got 173 open bugs, so getting it fixed might not be easy.
I'm not sure what the best approach is. But this is really bad on SWIG's part.
I've opened a SWIG issue. See https://sourceforge.net/tracker/?func=detail&aid=3187444&group_id=1645&atid=101645
Added a dumb fix to 1.0.7.
Great! Will try to get those changes back into Swig.
In Ruby, constant names begin with an uppercase character.
https://github.com/fauna/memcached/blob/master/ext/rlibmemcached_wrap.c#L1737