Re: [MacRuby-devel] rSpec for MacRuby

2009-11-02 Thread Eloy Duran
I think the best solution would be if RubyGems would apply the same program prefix or suffix to the executables it installs. So in the case of MacRuby, the executable would be: /usr/bin/macspec. I haven't had the time to look at RubyGems yet though, if anyone wants to take a stab at fixing

Re: [MacRuby-devel] [MacRuby] #419: MacRuby build fails due to incompatible LLVM version?

2009-11-02 Thread MacRuby
#419: MacRuby build fails due to incompatible LLVM version? +--- Reporter: manf...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major

Re: [MacRuby-devel] rSpec for MacRuby

2009-11-02 Thread Conrad Taylor
Hi ALL, it's not too much of an issue if one is using the Ruby Version Manager (RVM) because it creates separate executable and gem directories for each Ruby implementation. I haven't used MacRuby under RVM but it seems to do an excellent job of adding the appropriate executables to the path

Re: [MacRuby-devel] rSpec for MacRuby

2009-11-02 Thread Eloy Duran
Hey Conrad, Hi Eloy, I have spent a bit of time with it. Here's what I did to get things going: 1) sudo gem install rvm 2) add the following to your .profile after the last 'export PATH=' setting: if [ -s ~/.rvm/scripts/rvm ] ; then source ~/.rvm/scripts/ rvm ; fi

Re: [MacRuby-devel] rSpec for MacRuby

2009-11-02 Thread Conrad Taylor
On Mon, Nov 2, 2009 at 2:46 AM, Eloy Duran eloy.de.en...@gmail.com wrote: Hey Conrad, Hi Eloy, I have spent a bit of time with it. Here's what I did to get things going: 1) sudo gem install rvm 2) add the following to your .profile after the last 'export PATH=' setting: if [

[MacRuby-devel] [MacRuby] #420: GCD serial dispatch queues and groups that contain serial queues do not take surrounding scope reliably within loops/enumerators

2009-11-02 Thread MacRuby
#420: GCD serial dispatch queues and groups that contain serial queues do not take surrounding scope reliably within loops/enumerators ---+ Reporter: johnmacs...@… | Owner: lsansone...@… Type:

Re: [MacRuby-devel] [MacRuby] #404: Segfault with ObjectSpace#each_object

2009-11-02 Thread MacRuby
#404: Segfault with ObjectSpace#each_object ---+ Reporter: keith.gautre...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #404: Segfault with ObjectSpace#each_object

2009-11-02 Thread MacRuby
#404: Segfault with ObjectSpace#each_object ---+ Reporter: keith.gautre...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #416: DRB does not work with MacRuby 5.0

2009-11-02 Thread MacRuby
#416: DRB does not work with MacRuby 5.0 --+- Reporter: g...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: blocker |

Re: [MacRuby-devel] [MacRuby] #396: open method from open-uri not working in macruby 0.5

2009-11-02 Thread MacRuby
#396: open method from open-uri not working in macruby 0.5 ---+ Reporter: dml...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: minor

Re: [MacRuby-devel] [MacRuby] #286: YAML unable to load NSString

2009-11-02 Thread MacRuby
#286: YAML unable to load NSString -+-- Reporter: ndnich...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: minor|

Re: [MacRuby-devel] [MacRuby] #187: YAML.load and non-native classes.

2009-11-02 Thread MacRuby
#187: YAML.load and non-native classes. -+-- Reporter: eloy.de.en...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #108: Exception parsing XML file using REXML

2009-11-02 Thread MacRuby
#108: Exception parsing XML file using REXML --+- Reporter: jon.lip...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #303: Method :open from 'open-uri' isn't working yet (multibyte problem)

2009-11-02 Thread MacRuby
#303: Method :open from 'open-uri' isn't working yet (multibyte problem) +--- Reporter: wi...@… | Owner: lsansone...@… Type: defect | Status: new Priority:

[MacRuby-devel] Building LLVM 82747 on Snow Leopard with MacPorts ocaml installed

2009-11-02 Thread Antony Blakey
I've just discovered that there is an interaction between the LLVM build process and OCaml - if OCaml is installed then LLVM 82747 will try and build OCaml bindings, which for me at least stops the LLVM build. The trick is to configure LLVM with: ./configure --enable-bindings=none

Re: [MacRuby-devel] [MacRuby] #199: Calling super from #respond_to? causes SystemStackError

2009-11-02 Thread MacRuby
#199: Calling super from #respond_to? causes SystemStackError -+-- Reporter: eloy.de.en...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #303: Method :open from 'open-uri' isn't working yet (multibyte problem)

2009-11-02 Thread MacRuby
#303: Method :open from 'open-uri' isn't working yet (multibyte problem) -+-- Reporter: wi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority:

Re: [MacRuby-devel] Building LLVM 82747 on Snow Leopard with MacPorts ocaml installed

2009-11-02 Thread Laurent Sansonetti
Thank you for the suggestion, I updated the README.rdoc file in r2948. Laurent On Nov 2, 2009, at 7:54 PM, Antony Blakey wrote: I've just discovered that there is an interaction between the LLVM build process and OCaml - if OCaml is installed then LLVM 82747 will try and build OCaml

Re: [MacRuby-devel] [MacRuby] #254: Let void-returning ObjC calls return the receiver.

2009-11-02 Thread MacRuby
#254: Let void-returning ObjC calls return the receiver. +--- Reporter: mik...@…|Owner: lsansone...@… Type: enhancement | Status: closed Priority: minor