[MacRuby-devel] On the MacRuby web site

2010-06-03 Thread Scott Thompson
An item of curiosity more than anything else... I note that on the MacRuby.org web site, under the heading of "Why MacRuby?" the subheading of "Interpreter Performance"... it makes the claim that MacRuby is using YARV. Is this still the case? I was under the (perhaps mistaken) impression that

[MacRuby-devel] Using HotCocoa inside a MacRuby project?

2010-06-03 Thread Gabriel Gilder
Hi all, I'm currently working on a MacRuby project and wanted to use HotCocoa for the window layout features (i.e. circumvent Interface Builder). However, if I include the following lines in rb_main.rb: require 'rubygems' require 'hotcocoa' I get this error: rb_main.rb:9:in `': uninitialized cons

Re: [MacRuby-devel] [MacRuby] #592: No such file to load -- ubygems (LoadError)

2010-06-03 Thread MacRuby
#592: No such file to load -- ubygems (LoadError) -+-- Reporter: lasse.kosk...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: minor

[MacRuby-devel] [MacRuby] #736: Unpack inconsistencies (possibly related to issue #605?)

2010-06-03 Thread MacRuby
#736: Unpack inconsistencies (possibly related to issue #605?) -+-- Reporter: babs.d...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

[MacRuby-devel] [MacRuby] #737: Unpack inconsistencies (possibly related to issue #605?)

2010-06-03 Thread MacRuby
#737: Unpack inconsistencies (possibly related to issue #605?) -+-- Reporter: babs.d...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #736: Unpack inconsistencies (possibly related to issue #605?)

2010-06-03 Thread MacRuby
#736: Unpack inconsistencies (possibly related to issue #605?) -+-- Reporter: babs.d...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: maj

Re: [MacRuby-devel] [MacRuby] #736: Unpack inconsistencies (possibly related to issue #605?)

2010-06-03 Thread MacRuby
#736: Unpack inconsistencies (possibly related to issue #605?) -+-- Reporter: babs.d...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: maj

Re: [MacRuby-devel] On the MacRuby web site

2010-06-03 Thread Matt Aimonetti
You are correct, the website would need an update. - Matt On Thu, Jun 3, 2010 at 2:53 PM, Scott Thompson wrote: > An item of curiosity more than anything else... > > I note that on the MacRuby.org web site, under the heading of "Why > MacRuby?" the subheading of "Interpreter Performance"... it

Re: [MacRuby-devel] On the MacRuby web site

2010-06-03 Thread Scott Thompson
On Jun 3, 2010, at 9:17 PM, Matt Aimonetti wrote: > You are correct, the website would need an update. Thanks. I'm giving a presentation on an Introduction to Ruby tomorrow at work and I wanted to make sure I didn't misunderstand and pass on incorrect info. Scott