23 Jun
2008
23 Jun
'08
9:20 p.m.
Hi, Today I merged my code for the RubyCocoa layer. It's still very premature. There are some notes in sample-macruby/ RubyCocoa/README about what still needs to to be done. Also it is now in lib/osx/rubycocoa.rb and there's a osx/cocoa.rb. The latter will probably be removed as to not have RubyCocoa applications work by default. This needs to be discussed further. For now the main issues are the super_foo style methods and also some method missing like behaviour for objc methods that check if a method exists before dispatching. The latter is currently being worked around, but that should definitely move out. Cheers, Eloy