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
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 and report us bugs & feedback :)
I forgot an important detail: I would also like to thank all the people who contributed efforts into this release. It took us several months to get there and I am really glad of what we achieved in such a relatively short period of time. Now, let's continue the good work until the next beta :) http://svn.macosforge.org/repository/ruby/MacRuby/trunk/TODO Laurent
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 basically simply ported Thomas Fuchs textorize gem to MacRuby, released it on gemcutter and wrote a quick explanation on my blog. It's good to finally have rubygems back in 0.5 :) - Matt On Wed, Oct 7, 2009 at 9:31 PM, Laurent Sansonetti <lsansonetti@apple.com>wrote:
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 and report us bugs & feedback :)
I forgot an important detail:
I would also like to thank all the people who contributed efforts into this release. It took us several months to get there and I am really glad of what we achieved in such a relatively short period of time.
Now, let's continue the good work until the next beta :)
http://svn.macosforge.org/repository/ruby/MacRuby/trunk/TODO
Laurent _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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 programs. We have been working hard on MacRuby to make sure it behaves like Koichi's Ruby Interpreter (KRI) or the more commonly used name, *Yet another<http://en.wikipedia.org/wiki/Yet_another> Ruby VM (YARV), for Ruby *1.9.×. In any case, great work and I'll start playing with this release. -Conrad On Wed, Oct 7, 2009 at 9:13 PM, Laurent Sansonetti <lsansonetti@apple.com>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 and report us bugs & feedback :)
Laurent _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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 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 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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, Wayne Seguin wrote:
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 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 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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 some free time. Great work with MacRuby, nicely done. Thanks again! ~Wayne On Oct 08, 2009, at 16:39 , Laurent Sansonetti wrote:
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, Wayne Seguin wrote:
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 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 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi Wayne, On Oct 8, 2009, at 1:59 PM, Wayne Seguin wrote:
Is it possible to a) install from command line
$ unzip ~/Downloads/MacRuby\ 0.5\ beta\ 1.zip $ cd ~/Downloads/MacRuby\ 0.5\ beta\ 1 $ sudo installer -pkg MacRuby\ 0.5\ beta\ 1.pkg -target /
b) tell it to install to a specific location?
Not sure how much flexibility you have with "-target", but you can try... -enp
Hi Ernie, On Oct 8, 2009, at 2:25 PM, Ernest N. Prabhakar, Ph.D. wrote:
Hi Wayne,
On Oct 8, 2009, at 1:59 PM, Wayne Seguin wrote:
Is it possible to a) install from command line
$ unzip ~/Downloads/MacRuby\ 0.5\ beta\ 1.zip $ cd ~/Downloads/MacRuby\ 0.5\ beta\ 1 $ sudo installer -pkg MacRuby\ 0.5\ beta\ 1.pkg -target /
I totally didn't know about that. Anyone to create a macruby_update_nightly script that would fetch the latest nightly build and merge it ? :) Laurent
don't know what you mean with merge it, however there are apis to ease the download: http://macruby.icoretech.org/api a curl -O http://macruby.icoretech.org/latest/macruby_nightly- latest.pkg should suffice :) claudio Il giorno 09/ott/2009, alle ore 01.19, Laurent Sansonetti ha scritto:
Hi Ernie,
On Oct 8, 2009, at 2:25 PM, Ernest N. Prabhakar, Ph.D. wrote:
Hi Wayne,
On Oct 8, 2009, at 1:59 PM, Wayne Seguin wrote:
Is it possible to a) install from command line
$ unzip ~/Downloads/MacRuby\ 0.5\ beta\ 1.zip $ cd ~/Downloads/MacRuby\ 0.5\ beta\ 1 $ sudo installer -pkg MacRuby\ 0.5\ beta\ 1.pkg -target /
I totally didn't know about that.
Anyone to create a macruby_update_nightly script that would fetch the latest nightly build and merge it ? :)
Laurent _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Anyone to create a macruby_update_nightly script that would fetch the latest nightly build and merge it ? :)
Okay, here's a script that should do what Laurent asks: Note you need to be present to enter the sudo password; not sure if there's an easy way around that, or if we should be installing somewhere else. Try it and let me know if/how it works! -- Ernie P. On Oct 9, 2009, at 1:00 AM, Claudio Poli wrote:
don't know what you mean with merge it, however there are apis to ease the download: http://macruby.icoretech.org/api
a curl -O http://macruby.icoretech.org/latest/macruby_nightly-latest.pkg should suffice :)
claudio
Il giorno 09/ott/2009, alle ore 01.19, Laurent Sansonetti ha scritto:
Hi Ernie,
On Oct 8, 2009, at 2:25 PM, Ernest N. Prabhakar, Ph.D. wrote:
Hi Wayne,
On Oct 8, 2009, at 1:59 PM, Wayne Seguin wrote:
Is it possible to a) install from command line
$ unzip ~/Downloads/MacRuby\ 0.5\ beta\ 1.zip $ cd ~/Downloads/MacRuby\ 0.5\ beta\ 1 $ sudo installer -pkg MacRuby\ 0.5\ beta\ 1.pkg -target /
I totally didn't know about that.
Anyone to create a macruby_update_nightly script that would fetch the latest nightly build and merge it ? :)
Laurent _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Ernst, Thank you VERY much, I will give this a try first thing tomorrow morning!!! Very much appreciated! ~Wayne On Oct 08, 2009, at 17:25 , Ernest N. Prabhakar, Ph.D. wrote:
Hi Wayne,
On Oct 8, 2009, at 1:59 PM, Wayne Seguin wrote:
Is it possible to a) install from command line
$ unzip ~/Downloads/MacRuby\ 0.5\ beta\ 1.zip $ cd ~/Downloads/MacRuby\ 0.5\ beta\ 1 $ sudo installer -pkg MacRuby\ 0.5\ beta\ 1.pkg -target /
b) tell it to install to a specific location?
Not sure how much flexibility you have with "-target", but you can try...
-enp
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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/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 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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 <martinhess@me.com> wrote:
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/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 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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 at 10:13 AM, Martin Hess <martinhess@me.com> wrote: 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/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 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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, you can see the logs and the spec results.
- Matt
On Sat, Oct 10, 2009 at 10:13 AM, Martin Hess <martinhess@me.com> wrote: 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/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 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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/mac... - Matt On Sun, Oct 11, 2009 at 1:43 PM, Martin Hess <martinhess@me.com> wrote:
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, you can see the logs and the spec results.
- Matt
On Sat, Oct 10, 2009 at 10:13 AM, Martin Hess <martinhess@me.com> wrote:
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/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 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Laurent, as they say in french; congratulations on le grande effort! \m/ Eloy On Thursday, October 8, 2009, Laurent Sansonetti <lsansonetti@apple.com> 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 and report us bugs & feedback :)
Laurent _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
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 the future language of choice for the Apple Macintosh. I really hope, that MacRuby will become a fully useable alternative to Obj-C on the Mac! And the 0.5 is already very useable for a beta. Every time when I am doing something in MacRuby (and have to look at Obj-C examples), I can only say: I love that language! Bernd Am 08.10.2009 um 06:13 schrieb 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 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Laurent, as they say in french; congratulations on le grande effort! \m/ Eloy On Thursday, October 8, 2009, Laurent Sansonetti <lsansonetti@apple.com> 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 and report us bugs & feedback :)
Laurent _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (9)
-
B. Ohr
-
Claudio Poli
-
Conrad Taylor
-
Eloy Duran
-
Ernest N. Prabhakar, Ph.D.
-
Laurent Sansonetti
-
Martin Hess
-
Matt Aimonetti
-
Wayne Seguin