We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e38d83 + 05497a5 commit 7ea109cCopy full SHA for 7ea109c
scripts/public_symbols_checker.py
@@ -122,10 +122,11 @@ def remove_common_symbols():
122
del removed_symbols[file_path]
123
124
125
+# If a symbol is added and removed in the same commit, we consider it as not
126
+# added or removed.
127
+remove_common_symbols()
128
+
129
if added_symbols or removed_symbols:
- # If a symbol is added and removed in the same commit, we consider it
- # as not added or removed.
- remove_common_symbols()
130
print("The code in this branch adds the following public symbols:")
131
print()
132
for file_path_, symbols_ in added_symbols.items():
0 commit comments