Re: [jruby-dev] JRuby cruise control

2007-08-10 Thread Alexey Verkhovsky
On 8/10/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > Dmitry Verkhovsky wrote: > If cc.rb under JRuby could give us all the various CI runs we want > reliably indicating failures rather than giving us all sorts of false > positives > it would already be ahead Hey, Charles. It depends on

Re: [jruby-dev] JRuby cruise control

2007-08-10 Thread Charles Oliver Nutter
Dmitry Verkhovsky wrote: Hi All, I just finished tweaking JRuby with cruisecontrol.rb to make them work with each other. I'd like to try cc.rb running under JRuby in production now. So the first obvious idea is to deploy it for JRuby project itself. What I'd like to ask before doing so is if

[jruby-dev] JRuby cruise control

2007-08-10 Thread Dmitry Verkhovsky
Hi All, I just finished tweaking JRuby with cruisecontrol.rb to make them work with each other. I'd like to try cc.rb running under JRuby in production now. So the first obvious idea is to deploy it for JRuby project itself. What I'd like to ask before doing so is if you guys mind me inst

[jruby-dev] Status of compiler

2007-08-10 Thread Charles Oliver Nutter
Here's a list of the AST nodes that do and don't compile currently. We're looking pretty good so far; there's a short list of in-method nodes that don't compile yet, and really only a couple really nasty ones (case/when, rescue, maybe sclass/defs). I think we're on target to have everything co

[jruby-dev] [jira] Created: (JRUBY-1265) Enumerable#each_slice (from enumerator) should splat values passed to block

2007-08-10 Thread Marcin Mielżyński (JIRA)
Enumerable#each_slice (from enumerator) should splat values passed to block --- Key: JRUBY-1265 URL: http://jira.codehaus.org/browse/JRUBY-1265 Project: JRuby Issue Type