Hi guys, 0.9 is now ready to be released! (really!). The trunk branch has been copied as branches/0.9 and we will continue the development on trunk, which now uses the 0.10 version number. It would be nice if you could try the latest nightly build with your app and favorite Ruby lib, and let me know if you find anything wrong, as I had to change (again) the const lookup rules to fix a regression. yesterday. I did a bit of testing and I'm confident the fix is good, but I would prefer to see more testing. http://www.macruby.org/files/nightlies/macruby_nightly-2011-02-22.pkg If I don't hear anything bad, 0.9 will be released Friday :) Thanks, Laurent
That's awesome, Laurent! Merci! - Johannes On Tue, Feb 22, 2011 at 2:20 PM, Laurent Sansonetti <lsansonetti@apple.com> wrote:
Hi guys,
0.9 is now ready to be released! (really!). The trunk branch has been copied as branches/0.9 and we will continue the development on trunk, which now uses the 0.10 version number.
It would be nice if you could try the latest nightly build with your app and favorite Ruby lib, and let me know if you find anything wrong, as I had to change (again) the const lookup rules to fix a regression. yesterday. I did a bit of testing and I'm confident the fix is good, but I would prefer to see more testing.
http://www.macruby.org/files/nightlies/macruby_nightly-2011-02-22.pkg If I don't hear anything bad, 0.9 will be released Friday :)
Thanks, Laurent _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
-- springenwerk.com | github.com/jfahrenkrug | twitter.com/jfahrenkrug
Ran my app test suite w/ the 0.9 branch and it looks good-- thanks! On Tue, Feb 22, 2011 at 2:24 PM, Johannes Fahrenkrug <jfahrenkrug@gmail.com>wrote:
That's awesome, Laurent! Merci!
- Johannes
On Tue, Feb 22, 2011 at 2:20 PM, Laurent Sansonetti <lsansonetti@apple.com> wrote:
Hi guys,
0.9 is now ready to be released! (really!). The trunk branch has been copied as branches/0.9 and we will continue the development on trunk, which now uses the 0.10 version number.
It would be nice if you could try the latest nightly build with your app and favorite Ruby lib, and let me know if you find anything wrong, as I had to change (again) the const lookup rules to fix a regression. yesterday. I did a bit of testing and I'm confident the fix is good, but I would prefer to see more testing.
http://www.macruby.org/files/nightlies/macruby_nightly-2011-02-22.pkg If I don't hear anything bad, 0.9 will be released Friday :)
Thanks, Laurent _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
-- springenwerk.com | github.com/jfahrenkrug | twitter.com/jfahrenkrug _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Everything looks good for me ! Tested with 2 apps. Thanks a lot for your awesome job ! Greg 2011/2/23 Justin Schumacher <justin@sweetspotdiabetes.com>:
Ran my app test suite w/ the 0.9 branch and it looks good-- thanks!
On Tue, Feb 22, 2011 at 2:24 PM, Johannes Fahrenkrug <jfahrenkrug@gmail.com> wrote:
That's awesome, Laurent! Merci!
- Johannes
On Tue, Feb 22, 2011 at 2:20 PM, Laurent Sansonetti <lsansonetti@apple.com> wrote:
Hi guys,
0.9 is now ready to be released! (really!). The trunk branch has been copied as branches/0.9 and we will continue the development on trunk, which now uses the 0.10 version number.
It would be nice if you could try the latest nightly build with your app and favorite Ruby lib, and let me know if you find anything wrong, as I had to change (again) the const lookup rules to fix a regression. yesterday. I did a bit of testing and I'm confident the fix is good, but I would prefer to see more testing.
http://www.macruby.org/files/nightlies/macruby_nightly-2011-02-22.pkg If I don't hear anything bad, 0.9 will be released Friday :)
Thanks, Laurent _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
-- springenwerk.com | github.com/jfahrenkrug | twitter.com/jfahrenkrug _______________________________________________ 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
It would be nice if you could try the latest nightly build with your app and favorite Ruby lib
My app is working with 0.9. My build process embeds MacRuby in the app bundle, and packages the Nokogiri and Gdata gems. Everything is working so far with 0.9. Thanks! Cheers, Andre
Hi Andre, Thanks for reporting this. Are you using the new macruby_deploy --gem option to embed the gems? Laurent On Feb 23, 2011, at 5:33 PM, Andre Lewis wrote:
It would be nice if you could try the latest nightly build with your app and favorite Ruby lib
My app is working with 0.9. My build process embeds MacRuby in the app bundle, and packages the Nokogiri and Gdata gems. Everything is working so far with 0.9.
Thanks! Cheers,
Andre
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
On Wed, Feb 23, 2011 at 6:51 PM, Laurent Sansonetti <lsansonetti@apple.com>wrote:
Are you using the new macruby_deploy --gem option to embed the gems?
I'm not ... I'm using macruby_deploy --embed to embed MacRuby, and then my own custom Rake task to 1) copy the gem files into the application; 2) run install_name_tool on the embedded bundle files. I guess I should look into the --gem option.
Great timing, I've switched from 0.8 to edge just a few days ago due to a bug that was fixed two days after 0.8 came out. :) Btw, can I contribute an example of a StatusBarMenu with a custom view in one of the menuitems? ciao, tom Am 22.02.2011 um 23:20 schrieb Laurent Sansonetti:
Hi guys,
0.9 is now ready to be released! (really!). The trunk branch has been copied as branches/0.9 and we will continue the development on trunk, which now uses the 0.10 version number.
It would be nice if you could try the latest nightly build with your app and favorite Ruby lib, and let me know if you find anything wrong, as I had to change (again) the const lookup rules to fix a regression. yesterday. I did a bit of testing and I'm confident the fix is good, but I would prefer to see more testing.
http://www.macruby.org/files/nightlies/macruby_nightly-2011-02-22.pkg
If I don't hear anything bad, 0.9 will be released Friday :)
Hi Thomas, Yes that would be awesome! Please file a new ticket and attach your sample there, and we will review and add it to the samples repository :) Laurent On Feb 23, 2011, at 12:25 AM, Thomas R. Koll wrote:
Great timing, I've switched from 0.8 to edge just a few days ago due to a bug that was fixed two days after 0.8 came out. :)
Btw, can I contribute an example of a StatusBarMenu with a custom view in one of the menuitems?
ciao, tom
Am 22.02.2011 um 23:20 schrieb Laurent Sansonetti:
Hi guys,
0.9 is now ready to be released! (really!). The trunk branch has been copied as branches/0.9 and we will continue the development on trunk, which now uses the 0.10 version number.
It would be nice if you could try the latest nightly build with your app and favorite Ruby lib, and let me know if you find anything wrong, as I had to change (again) the const lookup rules to fix a regression. yesterday. I did a bit of testing and I'm confident the fix is good, but I would prefer to see more testing.
http://www.macruby.org/files/nightlies/macruby_nightly-2011-02-22.pkg
If I don't hear anything bad, 0.9 will be released Friday :)
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi, sorry for the delay but I wanted to wait for xcode 4.0 support. code is here: https://github.com/TomK32/macruby-statusmenu * status menu, editable in IB * awesome icon for that menu * custom view inside that menu * runs as agent, no icon in the dock menu ciao, tom Am 23.02.2011 um 23:14 schrieb Laurent Sansonetti:
Hi Thomas,
Yes that would be awesome! Please file a new ticket and attach your sample there, and we will review and add it to the samples repository :)
Laurent
On Feb 23, 2011, at 12:25 AM, Thomas R. Koll wrote:
Great timing, I've switched from 0.8 to edge just a few days ago due to a bug that was fixed two days after 0.8 came out. :)
Btw, can I contribute an example of a StatusBarMenu with a custom view in one of the menuitems?
participants (7)
-
Andre Lewis
-
Gregoire LEJEUNE
-
Johannes Fahrenkrug
-
Joshua Ballanco
-
Justin Schumacher
-
Laurent Sansonetti
-
Thomas R. Koll