summaryrefslogtreecommitdiff
path: root/test/ruby/test_hash.rb
diff options
context:
space:
mode:
authorNAKAMURA Usaku <usa@ruby-lang.org>2022-03-19 22:45:51 +0900
committerNAKAMURA Usaku <usa@ruby-lang.org>2022-03-19 22:45:51 +0900
commit19fec939a6fed650135c6ce8b567fcb7b001b068 (patch)
tree082c359f3aa5eec0ac6c148e6c0bade6d8327460 /test/ruby/test_hash.rb
parent7eaec9a6b355a685a3a9503a005b91f4b3cb4f39 (diff)
merge revision(s) c79d2e54748f52c5023b0a1ee441561df9826c17: [Backport #18562]
Fix TAG_THROW through require [Bug #18562] Previously this was being incorrectly swapped with TAG_RAISE in the next line. This would end up checking the T_IMEMO throw_data to the exception handling (which calls Module#===). This happened to not break existing tests because Module#=== returned false when klass is NULL. This commit handles throw from require correctly by jumping to the tag retaining the TAG_THROW state. --- load.c | 2 +- test/ruby/test_exception.rb | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-)
Diffstat (limited to 'test/ruby/test_hash.rb')
0 files changed, 0 insertions, 0 deletions