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

fix definition of open I/O to Process #39544

Merged
merged 2 commits into from
Jun 7, 2021
Merged

fix definition of open I/O to Process #39544

merged 2 commits into from
Jun 7, 2021

Commits on Jun 2, 2021

  1. alter open(command) do to close the whole process afterwards

    It seems this behavior was relied upon in ArgTools, so we change the
    behavior here to match. This is probably more in line with what people
    expect (and if not, this makes the `success` check now fail noisily,
    instead of hanging the process)!
    
    Refs #38996
    vtjnash committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    b4855b6 View commit details
    Browse the repository at this point in the history
  2. process IO: add test for #22832

    Fixes #14747
    vtjnash committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    842b802 View commit details
    Browse the repository at this point in the history