-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IRuby with irb v1.15+ doesn't show output cells #365
Comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Like @hypsakata with
irb v1.13.0
(see issue #338 and PR #339), I'm facing a similar issue withirb v1.15+
I have the following output error in my notebook:
The
build_statement
method has been removed with the release of irb v1.15.0Especially this commit: ruby/irb@9fc14eb
I applied the following patch on my local setup and I got it working:
Applying this patch would break compatibility with prior versions of
irb
.Not sure what's the policy of
iruby
regarding which versions ofirb
it should be compatible with.Anyway, hope it helps anyone stuck with the same issue.
The text was updated successfully, but these errors were encountered: