[MacRuby-devel] MacRuby 0.5 beta 2

2009-11-17 Thread Laurent Sansonetti
Hi, The first beta release of MacRuby 0.5 is out! I prepared some notes here: http://www.macruby.org/blog/2009/11/17/macruby05b2.html The goal is to go through a few beta releases before releasing the final 0.5. Please give it a try and report to us bugs & feedback :) Laurent _

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-20 Thread Eloy Duran
Laurent, as they say in french; congratulations on le grande effort! \m/ Eloy On Thursday, October 8, 2009, Laurent Sansonetti wrote: > Hi, > > The first beta release of MacRuby 0.5 is out! I prepared some notes here: > > http://www.macruby.org/blog/2009/10/07/macruby05b1.html > > The goal is t

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-11 Thread Matt Aimonetti
That's the page, it will list all the failing specs, to see the details of the skipped tag, check: http://svn.macosforge.org/repository/ruby/MacRuby/trunk/spec/frozen/tags/macruby/ - Matt On Sun, Oct 11, 2009 at 1:43 PM, Martin Hess wrote: > Matt, Is this the page? http://macruby.icoretech.or

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-11 Thread Martin Hess
Matt, Is this the page? http://macruby.icoretech.org/details/29 It doesn't really show which tests are failing/skipped. On Oct 10, 2009, at 11:54 AM, Matt Aimonetti wrote: Wayne, did you try Ernie's script? Martin, we actually do, if you check the nightly builds page, and click on details,

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-11 Thread B. Ohr
Hi Laurent, I have to thank you (and all the others) for your great effort! When I first saw Obj-C (~1993, I don‘t remember exactly, I got a NeXT computer for testing purposes), my first thought was: What a weird language! At this moment absolutely nobody could foresee, that this will be t

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-11 Thread Wayne Seguin
Not just yet but will be doing so asap. ~Wayne On Oct 10, 2009, at 14:54 , Matt Aimonetti wrote: Wayne, did you try Ernie's script? Martin, we actually do, if you check the nightly builds page, and click on details, you can see the logs and the spec results. - Matt On Sat, Oct 10, 2009

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-11 Thread Eloy Duran
Laurent, as they say in french; congratulations on le grande effort! \m/ Eloy On Thursday, October 8, 2009, Laurent Sansonetti wrote: > Hi, > > The first beta release of MacRuby 0.5 is out! I prepared some notes here: > > http://www.macruby.org/blog/2009/10/07/macruby05b1.html > > The goal is t

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-10 Thread Matt Aimonetti
Wayne, did you try Ernie's script? Martin, we actually do, if you check the nightly builds page, and click on details, you can see the logs and the spec results. - Matt On Sat, Oct 10, 2009 at 10:13 AM, Martin Hess wrote: > Congratulations! Truly an amazing effort. > > Just curious, is there a

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-10 Thread Martin Hess
Congratulations! Truly an amazing effort. Just curious, is there a webpage to view the daily rubyspec results in detail? On Oct 7, 2009, at 9:13 PM, Laurent Sansonetti wrote: Hi, The first beta release of MacRuby 0.5 is out! I prepared some notes here: http://www.macruby.org/blog/2009/

Re: [MacRuby-devel] MacRuby 0.5 beta

2009-10-09 Thread Jordan K. Hubbard
Ah, OK. Never mind then! On Oct 9, 2009, at 1:56 AM, Laurent Sansonetti wrote: Jordan, Users should not need to obtain and install LLVM. MacRuby uses it statically. There was a mistake in the installer, we forgot to bundle llc (LLVM compiler tool) used by macrubyc, this will be fixed in

Re: [MacRuby-devel] MacRuby 0.5 beta

2009-10-09 Thread Laurent Sansonetti
Jordan, Users should not need to obtain and install LLVM. MacRuby uses it statically. There was a mistake in the installer, we forgot to bundle llc (LLVM compiler tool) used by macrubyc, this will be fixed in the upcoming nightly builds then in the next beta. Laurent On Oct 9, 2009, at 1

Re: [MacRuby-devel] MacRuby 0.5 beta

2009-10-09 Thread Vincent Isambart
> Even better, maybe an LLVM package to go along with MacRuby, also linked to > on the site?  Given that you need a very specific (e.g. recent, from trunk) > version of LLVM for MacRuby to work at all, this seems pretty reasonable. I think Laurent wants to include it directly in the next MacRuby i

Re: [MacRuby-devel] MacRuby 0.5 beta

2009-10-09 Thread Jordan K. Hubbard
Just judging by the initial round of twitter / blog postings, the #1 problem people are having trouble with 0.5B1 is obtaining LLVM. Antonio has already put together a nice blog posting about it (http://antoniocangiano.com/2009/10/08/getting-macrubys-compiler-to-work/ ), but shouldn't his in

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-08 Thread Wayne Seguin
Laurent, Thank you very much for the response. b) is *exactly* what I am looking for as it is all that inhibits me from adding macvim support to rvm. If someone has step by step instructions to do exactly this it would be awesomely helpful, otherwise I will try to look into it when I have

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-08 Thread Laurent Sansonetti
Hi Wayne, a) I don't know. Maybe pkgutil(1) can do that. b) You can do `DESTDIR=~/.rvm/macruby-0.5b1 rake install' but you might need to configure some environment variables after (such as DYLD_FRAMEWORK_PATH). Note that this has never been tested. Laurent On Oct 8, 2009, at 3:36 AM, Wayn

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-08 Thread Wayne Seguin
Excellent, Is it possible to a) install from command line and b) tell it to install to a specific location? (--prefix=~/.rvm/macruby-0.5b1) Thanks, ~Wayne On Oct 08, 2009, at 00:13 , Laurent Sansonetti wrote: Hi, The first beta release of MacRuby 0.5 is out! I prepared some notes her

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-07 Thread Conrad Taylor
Hi Laurent, in the compatibility section, you might want to change We want MacRuby to be as compatible as possible with existing Ruby programs. We have been working hard on MacRuby to make sure it behaves like MRI 1.9.×. to We want MacRuby to be as compatible as possible with existing Ruby progr

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-07 Thread Matt Aimonetti
Congrats Laurent, you did an awesome job on this release, I can't wait to 0.5 final out :) To celebrate the release I wrote a quick blog post http://merbist.com/2009/10/07/macruby-0-5-beta-1-and-textorize/ And pushed what might be the very first MacRuby specific gem (at least on gemcutter :)) I b

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-07 Thread Laurent Sansonetti
On Oct 7, 2009, at 9:13 PM, Laurent Sansonetti wrote: Hi, The first beta release of MacRuby 0.5 is out! I prepared some notes here: http://www.macruby.org/blog/2009/10/07/macruby05b1.html The goal is to go through a few beta releases before releasing the final 0.5. Please give it a try

[MacRuby-devel] MacRuby 0.5 beta 1

2009-10-07 Thread Laurent Sansonetti
Hi, The first beta release of MacRuby 0.5 is out! I prepared some notes here: http://www.macruby.org/blog/2009/10/07/macruby05b1.html The goal is to go through a few beta releases before releasing the final 0.5. Please give it a try and report us bugs & feedback :) Laurent _