Laurent Sansonetti
lsans****@apple*****
Tue Jun 26 05:16:04 JST 2007
Hi, I'm back from WWDC (where Hisa-san was also there!) and also from vacation :-) Here are 2 short tasks I'm going to work on now: 1/ change rb_nibtool.rb to retrieve the IB metadata by parsing the given Ruby code. Currently the code is evaluated and it's bad (for security, and also the interpreter might not be able to locate a dependency and stop the evaluation earlier). I will try with rubynode. 2/ extract the bridge support parsing code (currently in BridgeSupport.m) inside a separate API for the external BridgeSupport project (on macosforge), and modify RubyCocoa to use it. It's because people would like to use the same parsing code for their own bridges (fscript, lua, etc...). Laurent