ruby/test/objspace
Jean byroot Boussier a24570a62a
ObjectSpace.dump: handle Module#set_temporary_name (#12068)
ObjectSpace.dump: handle Module#set_temporary_name

[Bug #20892]

Until the introduction of that method, it was impossible for a
Module name not to be valid JSON, hence it wasn't going through
the slower escaping function.

This assumption no longer hold.

Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2024-11-12 11:20:36 -08:00
..
test_objspace.rb ObjectSpace.dump: handle Module#set_temporary_name (#12068) 2024-11-12 11:20:36 -08:00
test_ractor.rb Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + Ractors 2023-03-09 09:46:14 +01:00