Skip to content

Implement CRuby-compatible command-line option processing#891

Merged
sisshiki1969 merged 9 commits into
masterfrom
claude/cruby-4-0-2-specs-olt61c
Jul 12, 2026
Merged

Implement CRuby-compatible command-line option processing#891
sisshiki1969 merged 9 commits into
masterfrom
claude/cruby-4-0-2-specs-olt61c

NoMethodError keeps the address form for singleton-class receivers

686cace
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 12, 2026 in 0s

90.87% (-0.04%) compared to f6b232e

View this Pull Request on Codecov

90.87% (-0.04%) compared to f6b232e

Details

Codecov Report

❌ Patch coverage is 86.79078% with 149 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.87%. Comparing base (f6b232e) to head (686cace).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
monoruby/src/main.rs 88.87% 68 Missing ⚠️
monoruby/src/builtins/kernel.rs 67.40% 44 Missing ⚠️
monoruby/src/value.rs 68.53% 28 Missing ⚠️
monoruby/src/builtins/encoding.rs 77.77% 4 Missing ⚠️
monoruby/src/builtins/io.rs 80.00% 1 Missing ⚠️
monoruby/src/bytecodegen.rs 97.50% 1 Missing ⚠️
monoruby/src/globals.rs 97.72% 1 Missing ⚠️
monoruby/src/globals/error.rs 97.22% 1 Missing ⚠️
monoruby/src/globals/gvar.rs 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #891      +/-   ##
==========================================
- Coverage   90.90%   90.87%   -0.04%     
==========================================
  Files         189      189              
  Lines      121624   122778    +1154     
==========================================
+ Hits       110563   111572    +1009     
- Misses      11061    11206     +145     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.