Extract Ractor safe table used for frozen strings #49703
ubuntu.yml
on: pull_request
Matrix: make
Ubuntu result
2s
Annotations
1 error
Failure:
src/gems/src/power_assert/test/block_test.rb#L140
<" Set.new == Set.new([0])\n" +
" | | | | |\n" +
" | | | | #<Set: {0}>\n" +
" | | | Set\n" +
" | | false\n" +
" | #<Set: {}>\n" +
" Set"> expected but was
<" Set.new == Set.new([0])\n" +
" | | | | |\n" +
" | | | | Set[0]\n" +
" | | | Set\n" +
" | | false\n" +
" | Set[]\n" +
" Set">.
diff:
Set.new == Set.new([0])
| | | | |
- | | | | #<Set: {0}>
? ^^^ ^^^ ^^
+ | | | | Set[0]
? ^ ^ ^
| | | Set
| | false
- | #<Set: {}>
+ | Set[]
Set
|