You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following script will cause IRB console to become unresponsive on Ruby 3.1 on Windows installed by the Windows Ruby Installer. This is using the version of Open3 packaged with Ruby (0.1.1)
$> irbrequire'open3'Open3.capture2('ver')# after this, the IRB console becomes unresponsive
The text was updated successfully, but these errors were encountered:
The following script will cause IRB console to become unresponsive on Ruby 3.1 on Windows installed by the Windows Ruby Installer. This is using the version of Open3 packaged with Ruby (
0.1.1
)The text was updated successfully, but these errors were encountered: