On Tue, Sep 13, 2011 at 06:40, Charles Oliver Nutter
<head...@headius.com> wrote:
> A couple major items landed just now that may affect external projects.
>
> * I've merged in the work by ymnk and nahi to wire up jzlib for parts
> of zlib that we didn't support (or that we had to hack around because
> Java's zlib wrapper hides those features).
> * All libraries formerly under org.jruby.libraries have been moved to
> org.jruby.ext subpackages. We've been going this way for a while, and
> I was sick of looking for libraries in two places. Some libraries had
> code in *both* locations.

>From changes around this, our Windows CI build looks to start failing.
http://ci.jruby.org/job/jruby-windows/961/testReport/junit/org.jruby.test/ScriptTestSuite$ScriptTest/testEnv_rb/

Related changes are:

1. JRUBY-6049: Fix 2 corner cases of Bignum#[]
2. JRUBY-6050: Fix a corner case of Fixnum#[]
3. JRUBY-6053: Fix Array#pack b/B format length handling
4. Handle security error in .jrubyrc loading. Makes
test-security-manager pass again.
5. Make test-security-manager fail the build if it fails.
6. Default to new java.util.logging wrapper rather than stderr output.
7. Update to ASM 4.0 RC2 and master builds of jnr-{ffi,posix,constants,netdb}.

1, 2 and 3 are mine, but I don't think it's related... I've not yet
bisected though.

> As it stands right now, the jzlib work has introduced one spec
> failure. I'm hoping ymnk and nahi can look into it.

OK, I'll help ymnk to complete JZlib move!

// NaHi

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to