Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Extract Ractor safe table used for frozen strings #49703

Extract Ractor safe table used for frozen strings

Extract Ractor safe table used for frozen strings #49703

Triggered via pull request June 26, 2025 18:04
Status Success
Total duration 28m 40s
Artifacts

ubuntu.yml

on: pull_request
Matrix: make
Ubuntu result
2s
Ubuntu result
Fit to window
Zoom out
Zoom in

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