-
It's a minor issue..
http://github.com/ffi/ffi/blob/master/spec/ffi/pointer_spec.rb#L186
It says that it raises ArgumentError, but actually it raises TypeError...
Rubyspec catches ArgumentError, a…
libc updated
15 years ago
-
I'm using fakefs to wrap Rack::File specs, and it explodes when the "b" mode is passed to File.open. I worked around this temporarily with a monkey patch:
```
# fakefs does not handle the "b" open m…
dkubb updated
15 years ago
-
When I encode an image using ChunkyPNG (see http://github.com/wvanbergen/chunky_png ), it will use `Array#pack` to encode the pixel data correctly. In Rubinius, there is a big difference in performanc…
-
Much thanks.
-r
-
We need to be able to tell when a user is running on windows, not by just the platform. Right now, the code looks at the platform when it needs to look at the OS. Switch to this (from Luis):
```
RU…