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

Skip to content

Conversation

@rwstauner
Copy link
Contributor

The comment shows up in HIR, LIR, and disasm:

bb2(v8:BasicObject, v9:BasicObject):
  # def_type 0
  # VM_METHOD_TYPE_ISEQ

--

    PatchPoint Exit(PatchPoint(NoTracePoint))
    # Insn: v19 # def_type 0
    # Insn: v20 # VM_METHOD_TYPE_ISEQ

--

  0x1235240f8: nop
  # Insn: v19 # def_type 0
  # Insn: v20 # VM_METHOD_TYPE_ISEQ

I found this useful as an alternative to println! if you want the message to stay by the other blocks you are inserting.

The comment shows up in HIR, LIR, and disasm:

    bb2(v8:BasicObject, v9:BasicObject):
      # def_type 0
      # VM_METHOD_TYPE_ISEQ

--

        PatchPoint Exit(PatchPoint(NoTracePoint))
        # Insn: v19 # def_type 0
        # Insn: v20 # VM_METHOD_TYPE_ISEQ

--

      0x1235240f8: nop
      # Insn: v19 # def_type 0
      # Insn: v20 # VM_METHOD_TYPE_ISEQ
@matzbot matzbot requested a review from a team November 13, 2025 03:36
@launchable-app
Copy link

2/66949 Tests Failed

test/rubygems/test_gem_package_tar_header_ractor.rb#test_decode_in_ractor
Error:
TestGemPackageTarHeaderRactor#test_decode_in_ractor:
Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
pid 9784 exit 0
| 

    D:/a/ruby/ruby/src/test/rubygems/test_gem_package_tar_header_ractor.rb:36:in 'TestGemPackageTarHeaderRactor#test_decode_in_ractor'

test/rubygems/test_gem_package_tar_header_ractor.rb#test_encode_in_ractor
Error:
TestGemPackageTarHeaderRactor#test_encode_in_ractor:
Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
pid 4708 exit 0
| 

    D:/a/ruby/ruby/src/test/rubygems/test_gem_package_tar_header_ractor.rb:48:in 'TestGemPackageTarHeaderRactor#test_encode_in_ractor'

[-> View Test suite health in main branch]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant