On 2011-12-16, at 00:29, Charles Oliver Nutter wrote:
> * I added a jruby-dist-release build to do nightly snapshots of the
> jruby-1_6 branch, for folks eager to pick up 1.6.x fixes.
Thanks! When downstream Jenkins jobs pick up the artifact they want to use,
like jruby-jars-1.6.5.gem, it would
Hiroshi Nakamura created JRUBY-6278:
---
Summary: Double require bug in the handling of concurrent requires
Key: JRUBY-6278
URL: https://jira.codehaus.org/browse/JRUBY-6278
Project: JRuby
Issu
On Mon, Dec 12, 2011 at 7:55 AM, Stuart Halloway
wrote:
>> Stu,
>>
>> The property jruby.launcher.gem is empty when you run this. What does
>> default.build.properties say?
>
> build.lib.dir=build_lib
> jruby.launcher.gem=${build.lib.dir}/jruby-launcher-1.0.9-java.gem
>
> The gem file is present
Two minor changes...
* I've reduced the server to only 2 executors. We were getting
notifications about loads regularly exceeding "8", and some
timing-sensitive tests were failing occasionally due to high load.
* I added a jruby-dist-release build to do nightly snapshots of the
jruby-1_6 branch,
Uwe Kubosch created JRUBY-6277:
--
Summary: Dependency to compiler package from org.jruby.Ruby breaks
Ruboto
Key: JRUBY-6277
URL: https://jira.codehaus.org/browse/JRUBY-6277
Project: JRuby
Issue
I've incorporated up-to-date tests from MRI 1.9.3 into our suite.
They're under test/externals/ruby1.9, where we previously had some an
old copy of 1.9.x's tests with bits commented out.
The new suite still uses the test/ruby_1_9_index file to know which
files to run. You can run it with `ant test