George Ogata
George Ogata
Can you just add `__attribute__` as a macro that expands to nothing? I think adding explicit support for this will be something of a slippery slope. Each compiler seems to...
Yes, as noted in the readme, C parsers need to keep the list of type names as part of their state. Seems like it's useful behavior not to flush this...
Ok, I'm convinced. :)
Looks to me like it should be writing to the temp directory (it's doing `Tempfile.open`, which I believes writes to [this](https://github.com/ruby/ruby/blob/trunk/lib/tmpdir.rb#L20) location). Are you not seeing this?
Ah - got it. Yeah that seems reasonable.
Most things are possible, but it's not trivial. We would need to implement prefix arguments (note that not all commands use the prefix argument to mean repeat N times). I'm...
Gah, javascript is so much less fun than coffeescript... 😝 This seems inevitable, but right now is not a great time, as I have a fairly busy branch implementing isearch...
Any chance you could push this up to rubygems? Ruby 1.9 is pretty standard these days - it's unfortunate that the current version of this gem does not work with...