Re: [jruby-dev] Compiler2 Update

2009-03-12 Thread Charles Oliver Nutter
Also blogged here: http://blog.headius.com/2009/03/more-compiling-ruby-to-java-types.html Charles Oliver Nutter wrote: I have committed another round of work on compiler2, and it now supports signatures. Here's an example: require 'rbconfig' require 'java' require 'tool/signature' class MyRu

[jruby-dev] Compiler2 Update

2009-03-12 Thread Charles Oliver Nutter
I have committed another round of work on compiler2, and it now supports signatures. Here's an example: require 'rbconfig' require 'java' require 'tool/signature' class MyRubyClass def helloWorld puts "Hello from Ruby" end def goodbyeWorld(a) puts a end %w[boolean byte short c

[jruby-dev] [jira] Created: (JRUBY-3489) Microsoft SQL Server adapter does not handle LOB properly

2009-03-12 Thread Jean-Dominique Morani (JIRA)
Microsoft SQL Server adapter does not handle LOB properly - Key: JRUBY-3489 URL: http://jira.codehaus.org/browse/JRUBY-3489 Project: JRuby Issue Type: Bug Components: ActiveRe

Re: [jruby-dev] Compiler #2 is under way!

2009-03-12 Thread Charles Oliver Nutter
Ben Evans wrote: Do you have any thoughts yet about how we might want to split up jruby.jar to provide a smaller jar which is just the bare minimum needed for using Java types which have been produced by compiler2 ? It seems to me that starting that refactor and splitting up might be easier w

Re: [jruby-dev] Compiler #2 is under way!

2009-03-12 Thread Ben Evans
On Tue, Mar 10, 2009 at 10:13 PM, Charles Oliver Nutter < charles.nut...@sun.com> wrote: > http://blog.headius.com/2009/03/compiling-ruby-to-java-types.html > > > Once you've run this, you've got a MyObject that can be instantiated and > used directly. Behind the scenes, it uses a global JRuby ins

[jruby-dev] [jira] Created: (JRUBY-3488) trap does not handle string as second argument

2009-03-12 Thread Uwe Kubosch (JIRA)
trap does not handle string as second argument -- Key: JRUBY-3488 URL: http://jira.codehaus.org/browse/JRUBY-3488 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affec