mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
should not ignore the rest of recursive constructs
* array.c (rb_ary_hash): should not ignore the rest of recursive constructs. * hash.c (rb_hash_hash): ditto. * range.c (range_hash): ditto. * struct.c (rb_struct_hash): ditto. * test/-ext-/test_recursion.rb (TestRecursion): separate from test/ruby/test_thread.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d503381ce8
commit
94f01c55df
10 changed files with 85 additions and 18 deletions
2
ext/-test-/recursion/extconf.rb
Normal file
2
ext/-test-/recursion/extconf.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
require 'mkmf'
|
||||
create_makefile("-test-/recursion")
|
Loading…
Add table
Add a link
Reference in a new issue