Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-81057: Add a CI Check for New Unsupported C Global Variables #102506

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

Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3651ee7
Print a helpful message when the globals check fails.
ericsnowcurrently Mar 7, 2023
1c1e0b0
Print the explanation even when the parser breaks.
ericsnowcurrently Mar 7, 2023
aa08d9d
Enable the CI globals check.
ericsnowcurrently Mar 7, 2023
94db0e4
Add the globals check to CI.
ericsnowcurrently Mar 7, 2023
68db07f
Drop the test.
ericsnowcurrently Mar 7, 2023
9ed998a
Fix the command.
ericsnowcurrently Mar 7, 2023
5ee7611
Add some temporary debugging code.
ericsnowcurrently Mar 7, 2023
bb1463e
Accommodate newer GCC versions.
ericsnowcurrently Mar 7, 2023
d9f45a8
Fix the "ignored" filename.
ericsnowcurrently Mar 7, 2023
f1e5827
Emit the message from the right script.
ericsnowcurrently Mar 7, 2023
d59e2af
Print the traceback.
ericsnowcurrently Mar 7, 2023
a959ccd
Let lineno be 0 for meta files.
ericsnowcurrently Mar 7, 2023
3390014
Allow meta files with flags.
ericsnowcurrently Mar 8, 2023
8f93550
Special-case <command-line>.
ericsnowcurrently Mar 8, 2023
76039c0
Flush stdout/stderr around the explanation.
ericsnowcurrently Mar 8, 2023
dc4ee3a
Print preprocessor errors by default.
ericsnowcurrently Mar 8, 2023
4c03fd0
Add a possible include dir for uuid.
ericsnowcurrently Mar 8, 2023
863e152
Add other possible include dirs.
ericsnowcurrently Mar 8, 2023
f230d79
Use Same Capitalization as Other Jobs
ericsnowcurrently Mar 14, 2023
08f9279
Add a make target.
ericsnowcurrently Mar 14, 2023
c220d54
Merge branch 'main' into enable-globals-ci-check
ericsnowcurrently Mar 14, 2023
9cc170c
Ignore a global that snuck in.
ericsnowcurrently Mar 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a possible include dir for uuid.
  • Loading branch information
ericsnowcurrently committed Mar 8, 2023
commit 4c03fd04adeb3d1ab5cad12e3aad7ced70b22fe8
1 change: 1 addition & 0 deletions 1 Tools/c-analyzer/cpython/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def clean_lines(text):
Modules/_hacl/*.c Modules/_hacl/include
Modules/_hacl/*.h Modules/_hacl/include
Modules/_tkinter.c /usr/include/tcl8.6
Modules/_uuidmodule.c /usr/include/uuid
Modules/md5module.c Modules/_hacl/include
Modules/sha1module.c Modules/_hacl/include
Modules/sha2module.c Modules/_hacl/include
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.