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

Stop exiting early with --fail-on-warnings; add --exception-on-warning #12743

Merged
merged 13 commits into from
Aug 13, 2024

Commits on Aug 7, 2024

  1. Always --keep-going

    AA-Turner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4c09772 View commit details
    Browse the repository at this point in the history
  2. Simplify things

    AA-Turner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4d7fab8 View commit details
    Browse the repository at this point in the history
  3. ruff

    AA-Turner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    af40e77 View commit details
    Browse the repository at this point in the history
  4. autodoc_warningiserror

    AA-Turner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7dbe321 View commit details
    Browse the repository at this point in the history
  5. _fail_on_warnings

    AA-Turner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d14b2e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Add --debug-warnings

    Previously, warnings emitted during reading and writing were deferred,
    which made --pdb ineffective for debugging them.
    
    With this change, warnings are no longer deferred when --pdb and
    --debug-warnings are both specified.
    
    Co-authored-by: Jeremy Maitin-Shepard <jbms@google.com>
    AA-Turner and jbms committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9146d8d View commit details
    Browse the repository at this point in the history
  2. DummyApplication

    AA-Turner committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cbabdeb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. fixups

    AA-Turner committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    227685c View commit details
    Browse the repository at this point in the history
  2. more fixups

    AA-Turner committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    57ebb22 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into always-keep-going

    # Conflicts:
    #	CHANGES.rst
    #	tests/test_builders/test_build_warnings.py
    #	tests/test_quickstart.py
    #	tests/test_util/test_util_logging.py
    AA-Turner committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c8e72f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac1b8bb View commit details
    Browse the repository at this point in the history
  5. DummyApplication

    AA-Turner committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d7dac4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    202c907 View commit details
    Browse the repository at this point in the history