Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.pre1
Assignee: Thomas E Enebo
Created: 02/Jun/12 4:20 PM
Description:

Previously, this was logged as JRUBY-3364. It has apparently regressed since then.

$ cat JRUBY-3364.rb
class Foo; end
Foo.__send__(:include, Module.new)

$ jruby -J-Djruby.debug.fullTrace=true -v --fast JRUBY-3364.rb
jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-05-19 00c8c98) (Java HotSpot(TM) 64-Bit Server VM 1.7.0_04) [darwin-x86_64-java]
TypeError: wrong argument type Symbol (expected Module)
  include at org/jruby/RubyModule.java:2121
   (root) at JRUBY-3364.rb:2
Project: JRuby
Priority: Minor Minor
Reporter: Andy Lindeman
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to