Skip to content

Conversation

@zah
Copy link
Member

@zah zah commented May 20, 2025

Summary

  • implement Ruby event capture in Rust using runtime_tracing
  • hook into I/O methods to emit Write events
  • record method parameters and local variables
  • load target program without wrapper so class names match
  • ensure trace output matches the pure Ruby tracer

Testing

  • just build-extension
  • just test

@zah zah merged commit 66c454d into main May 20, 2025
2 of 4 checks passed
@zah zah deleted the y8x8kx-codex/recreate-ruby-tracer-functionality-in-rust branch May 20, 2025 06:14
zah added a commit that referenced this pull request Jun 28, 2025
Summary:
- implement Ruby event capture in Rust using runtime_tracing
- hook into I/O methods to emit Write events
- record method parameters and local variables
- load target program without wrapper so class names match
- ensure trace output matches the pure Ruby tracer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant