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
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
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
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
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