You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…eck` (GH-103335)
I've also added a small comment to `Tools/c-analyzer/cpython/_parser.py` to trigger the `patchcheck` CI. It must pass now.
Automerge-Triggered-By: GH:ericsnowcurrently
…atchcheck` (pythonGH-103335)
I've also added a small comment to `Tools/c-analyzer/cpython/_parser.py` to trigger the `patchcheck` CI. It must pass now.
Automerge-Triggered-By: GH:ericsnowcurrently
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Apr 18, 2023
…atchcheck` (pythonGH-103335)
I've also added a small comment to `Tools/c-analyzer/cpython/_parser.py` to trigger the `patchcheck` CI. It must pass now.
Automerge-Triggered-By: GH:ericsnowcurrently
Uh oh!
There was an error while loading. Please reload this page.
Right now if you touch this file, it will fail the CI: https://dev.azure.com/Python/cpython/_build/results?buildId=124277&view=logs&j=256d7e09-002a-52d7-8661-29ee3960640e
with:
This happens because this file contains tab separated values that are needed for c-analyzer.
I propose to ignore this file by default in
patchcheck
, because it is a false-positive.PR is in the works.
CC @ericsnowcurrently
Linked PRs
Tools/c-analyzer/cpython/_parser.py
frompatchcheck
#103335The text was updated successfully, but these errors were encountered: