Skip to content

Conversation

@Earlopain
Copy link
Collaborator

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.

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
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