Re: [MacRuby-devel] Constant definitions

2011-05-24 Thread Robert Rice
Thanks Laurent: You may want to remove the bad files from the daily download page. Bob Rice On May 24, 2011, at 4:51 PM, Laurent Sansonetti wrote: > Hi Bob, > > https://github.com/MacRuby/MacRuby/commit/68ac3fcaf1041ef9b25fb3bc940a47f41505b7e5 > happened. This fixes bugs but also introduces

Re: [MacRuby-devel] Constant definitions

2011-05-24 Thread Laurent Sansonetti
Hi Bob, https://github.com/MacRuby/MacRuby/commit/68ac3fcaf1041ef9b25fb3bc940a47f41505b7e5 happened. This fixes bugs but also introduces others. We have tickets covering the new bugs and Kouji-san is working on them. https://www.macruby.org/trac/ticket/1292 https://www.macruby.org/trac/ticket/

[MacRuby-devel] Constant definitions

2011-05-24 Thread Robert Rice
Hi Fans: What changed on 5/19/2011? I haven't been able to use the nightly builds since 5/18/2011. Constant definitions stopped working and I get an uninitialized constant xxx (NameError) message wherever my code tries to reference a constant defined in the same class. Thanks, Bob Rice _