-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class does not inherit singleton_class's class methods #287
Comments
I think I've run into a related issue, in my case with a module that gets included into another module that extends the a class's singleton class |
This still seems to be an issue in JRuby 1.7.20 and JRuby HEAD:
|
ffdfa41 fix spec description 763e265 Fix double close in ARGF#read_nonblock spec 34d5bd1 Do not expect stdin to be the standard one in ARGF#read_nonblock 6a4a506 Remove stale comment d23843f Merge pull request #289 from nobu/bug/fix-spawn acf7634 ruby_cmd for spawn 6ef8ffc AppVeyor: run on every branch 705f41f windows guard fox unix sockets ee7ff0e Do not guess a free port but use find_available_port 5258c31 Merge pull request #287 from etehtsea/add-inspec-sockaddr 4ee1776 Correctly pass interpreter arguments and flags in Process#kill specs bb0c704 Remove most usages of RUBY_EXE and replace by ruby_cmd 22f9a5b Use ruby_cmd instead of RUBY_EXE in popen specs 1f85144 Fix a couple specs assuming RUBY_EXE is only a path without flags ea5303a Share a few #spawn specs and use ruby_cmd over RUBY_EXE 721e379 Add Addrinfo#inspect_sockaddr spec 981a6e7 Windows seems to pack socket options in a short 0416004 join thread in ObjectSpace.each_object e061bfe Add windows guard for lgamma 4864e06 Add a few windows guards d2656bc Some environments seem to not fill the cannoname git-subtree-dir: spec/ruby git-subtree-split: ffdfa41f12ce35e1c91dab3a72b95edf4020b3ea
Just ran the above test case with 9.1.16.0. Can this be closed?
|
closing - especially since it was reported against 1.7 which is EOL. thanks @rcrews |
@kares This issue still persists in 9.2.0.0
|
@prashantvithani @kares Facing the same issue |
This appears to be working in 9.2.1.0. I'm trying to confirm what commit fixed it. |
Nevermind...I forgot the original script does not include the failing line. I'll edit it so we don't make the same mistake. |
... class of class' singleton class an old issue that existed all the way back in JRuby 1.7 (jrubyGH-287)
I have faced a different behavior with MRI/YARV.
Is this expected?
set up
MRI/YARV
ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]
JRuby
jruby 1.7.0.preview2 (1.9.3p203) 2012-09-03 b37a0bd on Java HotSpot(TM) Server VM 1.7.0_07-b10 [linux-i386]
The text was updated successfully, but these errors were encountered: