chipmunk-rb / chipmunk-ffi

chipmunk ruby bindings using ffi
26 stars 6 forks source link

massive breakage in 8ec1fddf8971e8b20a2bfbda1b154a936a8fe7fd #2

Closed erisdev closed 14 years ago

erisdev commented 14 years ago

After merging the changes from 8ec1fddf8971e8b20a2bfbda1b154a936a8fe7fd, I get 38 specs failing, all relating to the newly redefined Vect struct. A cursory glance tells me we are using NiceFFI::Struct#to_bytes pretty extensively to write the Vect struct into other structs' fields, and FFI::Struct has no such method.

shawn42 commented 14 years ago

erisdiscord fixed