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

Handle SIGWINCH under bazel run correctly. #17301

Closed
wants to merge 2 commits into from

Commits on Jan 24, 2023

  1. Handle SIGWINCH in bazel run correctly.

    Previously, after two window resize events we would stop waiting for the
    child process - this makes sense for other signals but not for SIGWINCH.
    
    Fixes bazelbuild#17215
    meisterT committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e3e76b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Simpler solution.

    meisterT committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    833394b View commit details
    Browse the repository at this point in the history