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

Replace mio polling with filedescriptor's poll() #735

Merged
merged 4 commits into from Jan 11, 2023

Commits on Jan 9, 2023

  1. replace mio polling with filedescriptor

    since mio doesn't handle ptys correctly macOS, use filedescriptor's
    poll() which falls back to select().
    yyogo committed Jan 9, 2023
    Copy the full SHA
    e9fa5db View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a1373d7 View commit details
    Browse the repository at this point in the history
  3. add use-dev-tty feature flag

    yyogo committed Jan 9, 2023
    Copy the full SHA
    be80323 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. fix clippy warnings

    yyogo committed Jan 10, 2023
    Copy the full SHA
    6b390dc View commit details
    Browse the repository at this point in the history