Re: [jruby-dev] CI updates

2011-12-15 Thread Uwe Kubosch
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

[jruby-dev] [jira] (JRUBY-6278) Double require bug in the handling of concurrent requires

2011-12-15 Thread Hiroshi Nakamura (JIRA)
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

Re: [jruby-dev] step 0: running the test suite

2011-12-15 Thread Nick Sieger
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

[jruby-dev] CI updates

2011-12-15 Thread Charles Oliver Nutter
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,

[jruby-dev] [jira] (JRUBY-6277) Dependency to compiler package from org.jruby.Ruby breaks Ruboto

2011-12-15 Thread Uwe Kubosch (JIRA)
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

[jruby-dev] New suite of tests from MRI 1.9

2011-12-15 Thread Charles Oliver Nutter
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