Re: [jruby-dev] JRuby + MLVM bundle?

2009-08-04 Thread Charles Oliver Nutter
There are still some bugs with the latest builds, but Attila's most recent upload is here: http://files.getdropbox.com/u/362958/mlvm/mlvm-macosx-i586-20090804.tgz On Tue, Aug 4, 2009 at 5:58 PM, Mark Porter wrote: > Is it just me or is there something wrong with this linked file?

Re: [jruby-dev] JRuby + MLVM bundle?

2009-08-04 Thread Mark Porter
Is it just me or is there something wrong with this linked file? I've grabbed it a couple of times over the last 24hrs and the file is only 0.4KB in size ... I know they are working on making the JDK smaller but I dont think they're getting those results just yet. :) Is there another link

[jruby-dev] [jira] Created: (JRUBY-3858) NPE in RubyRegexp.java with --1.9

2009-08-04 Thread Jari Bakken (JIRA)
NPE in RubyRegexp.java with --1.9 - Key: JRUBY-3858 URL: http://jira.codehaus.org/browse/JRUBY-3858 Project: JRuby Issue Type: Bug Components: Core Classes/Modules, Ruby 1.9 Affects Versions: JRu

[jruby-dev] [jira] Created: (JRUBY-3857) IO.fsync not flushing buffer before sync

2009-08-04 Thread Rick Ohnemus (JIRA)
IO.fsync not flushing buffer before sync Key: JRUBY-3857 URL: http://jira.codehaus.org/browse/JRUBY-3857 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions:

[jruby-dev] [jira] Created: (JRUBY-3856) YAML.load is broken when loading structs with initialize method with arguments

2009-08-04 Thread JIRA
YAML.load is broken when loading structs with initialize method with arguments -- Key: JRUBY-3856 URL: http://jira.codehaus.org/browse/JRUBY-3856 Project: JRuby Issu

[jruby-dev] [jira] Created: (JRUBY-3855) New RubySpec failure in Rational

2009-08-04 Thread Ola Bini (JIRA)
New RubySpec failure in Rational Key: JRUBY-3855 URL: http://jira.codehaus.org/browse/JRUBY-3855 Project: JRuby Issue Type: Bug Components: Ruby 1.8.7 Reporter: Ola Bini Fix

[jruby-dev] [jira] Created: (JRUBY-3854) Five spec failures in ConditionVariable after merge

2009-08-04 Thread Ola Bini (JIRA)
Five spec failures in ConditionVariable after merge --- Key: JRUBY-3854 URL: http://jira.codehaus.org/browse/JRUBY-3854 Project: JRuby Issue Type: Bug Components: Ruby 1.8.7

[jruby-dev] [jira] Created: (JRUBY-3853) Two Enumerable spec bugs for 1.8.7 (one related to break)

2009-08-04 Thread Ola Bini (JIRA)
Two Enumerable spec bugs for 1.8.7 (one related to break) - Key: JRUBY-3853 URL: http://jira.codehaus.org/browse/JRUBY-3853 Project: JRuby Issue Type: Bug Components: Ruby 1.8

Re: [jruby-dev] JRuby + MLVM bundle?

2009-08-04 Thread Uwe Kubosch
On Sun, 2009-08-02 at 15:02 -0500, Charles Oliver Nutter wrote: > Attila Szegedi has a recent build for OS X here: > > http://twitter.com/szegedi/status/3084313123 > > I'm hoping that he and I can cooperate to get a nightly/periodic build > set up somewhere. Access to a recommended and prebuilt

Re: [jruby-dev] JRuby IRB on Android: working!

2009-08-04 Thread Uwe Kubosch
On Sun, 2009-08-02 at 00:23 -0500, Charles Oliver Nutter wrote: > Ability to run 100% precompiled with no runtime code generation > Strip out parser, interpreter, compiler, and bytecode-generation bits > to shrink the jar > Tidy up the AOT compiler and wire it into the app build process > Generate