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
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
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
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
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
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