Re: [MacRuby-devel] require [was: [ANN] The Flying Camera (game)]

2010-12-17 Thread Gabriel Gilder
I ended up solving this problem in my MacRuby app by writing a little class to load dependencies - it keeps track of the full file paths of every dependency in a class variable and makes sure to only load a file once even if you request it again. Let me know if you would like me to post some sample

Re: [MacRuby-devel] ObjectController binding is dead

2010-12-17 Thread Yasu Imao
Hi Laurent, Great! I downloaded the latest nightly and this seems to be fixed. At least the bindings I use in my app are working again now. Thanks, Yasu On 2010/12/17, at 15:20, Laurent Sansonetti wrote: > Hi Yasu, > > I believe I identified what specific commit broke your app, and I commi

[MacRuby-devel] require [was: [ANN] The Flying Camera (game)]

2010-12-17 Thread Thomas R. Koll
Am 16.12.2010 um 01:58 schrieb Matt Aimonetti: > FYI I'm getting a few error messages: > > unknown: warning: already initialized constant MIN_SPEED > unknown: warning: already initialized constant MAX_SPEED > unknown: warning: already initialized constant MAX_TURN > unknown: warning: already i