[ANN] JRuby 1.3.1 Released044 (6/15/2009 5:39:22 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.3.1 Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.3.1 is a minor bug fix release which: - Fixes a recently... Thomas
[ANN] JRuby 1.3.0 Released022 (6/3/2009 9:26:57 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.3.0 Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ The fixes in this release are primarily obvious compatibility pr... Thomas
[ANN] JRuby 1.3.0RC2 Released227 (5/27/2009 7:52:06 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.3.0RC2 Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.3.0RC2 is a release to fix some issues which prevente... Thomas
[ANN] JRuby 1.3.0RC1 Released020 (5/1/2009 8:39:57 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.3.0RC1 Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.3.0RC1 is a release to fix some issues which prevente... Thomas
[ANN] JRuby 1.2.0 Released128 (3/16/2009 9:02:01 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.2.0! Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.2.0 has fixed many many compatibility issues and contin... Thomas
[ANN] JRuby 1.2.0RC2 Released677 (3/6/2009 10:35:50 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.2.0RC2 Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.2.0RC2 has fixed many many compatibility issues and c... Thomas
[ANN] JRuby 1.2.0RC1 Released839 (2/25/2009 1:21:10 AM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.2.0RC1 Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.2.0RC1 has fixed many many compatibility issues and c... Thomas
[ANN] JRuby 1.1.6 Released021 (12/17/2008 8:42:44 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.1.6 Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/1.1.6 JRuby 1.1.6 is the sixth point release of JRuby 1.1. The f... Thomas
[ANN] JRuby 1.1.6RC1 Released823 (12/4/2008 2:26:25 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.1.6RC1! Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.1.6RC1 is the first release candidate for our sixth ... Thomas
[ANN] JRuby 1.1.5 Released520 (11/3/2008 9:41:58 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.1.5! Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.1.5 is the fifth point release of JRuby 1.1. The fixes... Thomas
Thomas.Enebo's replies:
Items(10) /1
Everyone's favorite flow control: retry1431 (12/3/2007 5:54:32 AM) comp.lang.ruby Today I was thinking about retry support in JRuby, and figured we've reached a decision point. retry is a tricky little bugger. It works the way it does in MRI largely because of the way the interpreter work... charles.nutter(683)
[ANN] JRuby 1.0.3 Released431 (12/15/2007 11:36:38 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.0.3. Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.0.3 is a minor release of our stable 1.0 branch. The fi... Thomas.Enebo(42)
Installing JRuby on Windows Question Set920 (1/10/2008 10:06:24 PM) comp.lang.ruby Greetings All, I have concluded that I ought to try out JRuby. Running on windows I get the short end of the stick when it comes to non-ruby-native functionality, and there is an AI package in Java that I wan... jfmiller28(22)
JRuby on gij526 (3/28/2008 5:59:31 PM) comp.lang.ruby Hello, Is JRuby supposed to work with gij? It would be probably slow even if it did but it throws an exception at the very start. $ java --version java version "1.5.0" gij (GNU libgcj) version 4.3.0 20080202 ... hramrach(368)
[ANN] JRuby 1.1.5 Released520 (11/3/2008 9:41:58 PM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.1.5! Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.1.5 is the fifth point release of JRuby 1.1. The fixes... Thomas.Enebo(42)
[ANN] ffi-ncurses version 0.3.1322 (2/16/2009 1:53:43 PM) comp.lang.ruby ffi-ncurses version 0.3.1 by Sean O'Halpin http://github.com/seanohalpin/ffi-ncurses == DESCRIPTION A wrapper for ncurses 5.x. Tested on Mac OS X 10.4 (Tiger) and Ubuntu 8.04 with ruby 1.8.6 using rub... sean.ohalpin(401)
[ANN] JRuby 1.2.0RC1 Released839 (2/25/2009 1:21:10 AM) comp.lang.ruby The JRuby community is pleased to announce the release of JRuby 1.2.0RC1 Homepage: http://www.jruby.org/ Download: http://dist.codehaus.org/jruby/ JRuby 1.2.0RC1 has fixed many many compatibility issues and c... Thomas.Enebo(42)
Array performance question445 (2/27/2009 1:16:52 PM) comp.lang.ruby Here's a real Array performance mystery. I can't help my friend figure this one out. He writes, ======== Is there a known bug in Ruby array performance? I spent a lot of time yesterday boiling down the follo... jim.menard(35)
Priorities for JRuby 1.31627 (2/28/2009 9:16:44 PM) comp.lang.ruby With JRuby 1.2 almost out the door, we should talk a bit about where to go with JRuby 1.3. There's always more work to do, but in this case there's a few directions we could probably go. Some obvious items w... charles.nutter(683)