Re: [MacRuby-devel] [0.5 beta 1] issues running ruby specs with macrake and rake

2009-10-08 Thread Conrad Taylor
Laurent, I was interested in putting the RBO through their paces by running the Ruby Rspecs. Thus, is this something that's planned for a future release? -Conrad On Thu, Oct 8, 2009 at 1:55 AM, Laurent Sansonetti wrote: > This regression was introduced by r2762 (which was committed *after* the >

Re: [MacRuby-devel] [0.5 beta 1] issues running ruby specs with macrake and rake

2009-10-08 Thread Laurent Sansonetti
This regression was introduced by r2762 (which was committed *after* the beta :)) and it has been reverted. Laurent On Oct 7, 2009, at 11:20 PM, Conrad Taylor wrote: a) running spec:ci using macrake segmentation fault $ macrake spec:ci unknown: warning: already initialized constant TOPDIR

Re: [MacRuby-devel] [0.5 beta 1] issues running ruby specs with macrake and rake

2009-10-08 Thread Vincent Isambart
> a)  running spec:ci using macrake segmentation fault > b)  running spec:ci using rake aborts Try running spec:ci disabling the RBO files : VM_DISABLE_RBO=1 rake spec:ci or VM_DISABLE_RBO=1 macrake spec:ci ___ MacRuby-devel mailing list MacRuby-devel@li

[MacRuby-devel] [0.5 beta 1] issues running ruby specs with macrake and rake

2009-10-07 Thread Conrad Taylor
a) running spec:ci using macrake segmentation fault $ macrake spec:ci unknown: warning: already initialized constant TOPDIR unknown: warning: already initialized constant CONFIG unknown: warning: already initialized constant MAKEFILE_CONFIG Segmentation fault b) running spec:ci using rake abort