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

Call super in Formatter.close methods to ensure sync is reset #3094

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    38abe6e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    a4d72da View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Add test verifying that output.sync is reset when close is called

    This test fails without adding the call to super in BaseTextFormatter#close
    rahearn committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8f660e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7697b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76aa327 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8867e9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0aceb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Address PR feedback

    rahearn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8d31de9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    d62ec7a View commit details
    Browse the repository at this point in the history