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

Test the program under bash v4.4 #20

Closed
Hologos opened this issue Aug 25, 2019 · 2 comments
Closed

Test the program under bash v4.4 #20

Hologos opened this issue Aug 25, 2019 · 2 comments
Assignees
Labels
fixed Fixed issues not merged to master
Milestone

Comments

@Hologos
Copy link
Owner

Hologos commented Aug 25, 2019

I found in bash v5.0 release notes the following:

  1. New Features in Bash
    ...
    m. If a non-interactive shell with job control enabled detects that a foreground
    job died due to SIGINT, it acts as if it received the SIGINT.

It might mean that my recent fix for killing background jobs work only in bash v5.0, which I tested it on.

@Hologos Hologos added this to the v1.0 milestone Aug 25, 2019
@Hologos Hologos self-assigned this Aug 25, 2019
@Hologos
Copy link
Owner Author

Hologos commented Nov 27, 2019

I am testing it with bash-4.4.18.

@Hologos
Copy link
Owner Author

Hologos commented Nov 29, 2019

No problems detected.

@Hologos Hologos closed this as completed Nov 29, 2019
@Hologos Hologos added the fixed Fixed issues not merged to master label Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Fixed issues not merged to master
Projects
None yet
Development

No branches or pull requests

1 participant