Skip to content

Conversation

@Earlopain
Copy link
Collaborator

@Earlopain Earlopain commented Jan 13, 2026

This is everything that irb uses. It works in their test-suite, but there are 20 failures when using the shim that I haven't looked into at all.

parse is not used by irb. scan is, and it's basically parse but also including errors. irb doesn't seem to care about the errors, so I didn't implement that.

Ref #3838

This is everything that `irb` uses. It works in their test-suite, but there are 20 failures when using the shim that I haven't looked into at all.

`parse` is not used by `irb`. `scan` is, and it's basically `parse` but also including errors. `irb` doesn't seem to care about the errors, so I didn't implement that.
@Earlopain Earlopain marked this pull request as ready for review January 13, 2026 19:53
Copy link
Member

@eregon eregon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Earlopain Earlopain merged commit 4f16613 into ruby:main Jan 15, 2026
66 checks passed
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.

2 participants