SciRuby / iruby

Official gem repository: Ruby kernel for Jupyter/IPython Notebook
https://github.com/SciRuby/iruby
MIT License
890 stars 27 forks source link

Replace Bond with IRB #297

Closed mrkn closed 3 years ago

mrkn commented 3 years ago

This pull request is the successor of #276.

mrkn commented 3 years ago

We need to resolve the following error occurred on test:

/opt/hostedtoolcache/Ruby/3.0.1/x64/lib/ruby/3.0.0/irb.rb:419:in `throw': uncaught throw :IRB_EXIT (UncaughtThrowError)
    from /opt/hostedtoolcache/Ruby/3.0.1/x64/lib/ruby/3.0.0/irb.rb:419:in `irb_exit'
    from /opt/hostedtoolcache/Ruby/3.0.1/x64/lib/ruby/3.0.0/irb/context.rb:460:in `exit'
    from /opt/hostedtoolcache/Ruby/3.0.1/x64/lib/ruby/3.0.0/irb/extend-command.rb:30:in `irb_exit'
    from test/run-test.rb:19:in `<main>'