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

Enhance errors for exception/warnings matching #8508

Merged
merged 4 commits into from Mar 21, 2022

Commits on Mar 6, 2022

  1. recwarn code cleanup and output enhancements

    * use f-strings more
    * use pformat to ensure multi line print for longer-warning lists
      while keeping short ones small
    RonnyPfannschmidt committed Mar 6, 2022
    Copy the full SHA
    1ddb069 View commit details
    Browse the repository at this point in the history
  2. enhance excinfo.match failure output

    * now multiline and compares regexes
    * warns on forgotten escaping
    RonnyPfannschmidt committed Mar 6, 2022
    Copy the full SHA
    f434783 View commit details
    Browse the repository at this point in the history
  3. changelog

    RonnyPfannschmidt committed Mar 6, 2022
    Copy the full SHA
    995d833 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. adopt review on compact output

    Co-authored-by: Florian Bruhin <me@the-compiler.org>
    RonnyPfannschmidt and The-Compiler committed Mar 7, 2022
    Copy the full SHA
    414e18f View commit details
    Browse the repository at this point in the history