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 endless loop on CTRL-C with bash 5.2 #656

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    59311c2 View commit details
    Browse the repository at this point in the history
  2. Fix kernel debug messages (fixes bats-core#654)

    due to wait in wait because of read in trap
    martin-schulze-vireso committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    7feaa5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5266069 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. junit: Fix xml_escape for Bash 5.2 RC

    From [Bash 5.2 release notes](https://mail.gnu.org/archive/html/bug-bash/2022-07/msg00129.html):
    x. New shell option: patsub_replacement. When enabled, a `&' in the replacement
       string of the pattern substitution expansion is replaced by the portion of
       the string that matched the pattern. Backslash will escape the `&' and
       insert a literal `&'.
    martin-schulze-vireso committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    24a4ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aebe81 View commit details
    Browse the repository at this point in the history
  3. junit: Fix control char escaping in Bash <4.3

    Otherwise would contain the \
    martin-schulze-vireso committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    bf7b7e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57c6352 View commit details
    Browse the repository at this point in the history