Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "untyped" as an exceptation of return value of IO#ready? #828

Merged
merged 1 commit into from
Nov 17, 2021

Commits on Nov 17, 2021

  1. Use "untyped" as an exceptation of return value of IO#ready?

    In Ruby 2.7, the method returns true|false.
    In Ruby 3.0, it returns nil|IO.
    Now in Ruby 3.1.0-dev, it returns true|false again.
    
    The CI of ruby/ruby repository now fails due to the type test of the
    method, so I'd like to disable the test tentatively.
    mame committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    7fe2b45 View commit details
    Browse the repository at this point in the history