Open sundbp opened 13 years ago
btw, when I tried to manually run the optional ffi rubyspecs they all failed as well. from a fresh checkout (where running rake spec:ci works without any errors).
In terms of updating the ffi part and making it follow standard more closely I think rubinius code is a good start to look at for ffi related code: https://github.com/rubinius/rubinius/blob/master/kernel/platform/library.rb https://github.com/rubinius/rubinius/blob/master/kernel/platform/ffi.rb https://github.com/rubinius/rubinius/blob/master/kernel/platform/pointer.rb https://github.com/rubinius/rubinius/blob/master/kernel/platform/struct.rb https://github.com/rubinius/rubinius/blob/master/kernel/delta/ffi.rb
I may try to take a stab at updating ffi to be more standards compliant. Not sure how much or the smalltalk side I'll need to pickup, we shall see (i'm not a smalltalker but looks understandable).