]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a dire warning about not reformatting the whole codebase yet.
authorNick Mathewson <nickm@torproject.org>
Wed, 12 Feb 2020 23:52:35 +0000 (18:52 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Feb 2020 23:52:35 +0000 (18:52 -0500)
.clang-format
scripts/maint/clang-format.sh
scripts/maint/codetool.py

index e688ce7df57d63eb6770516ae9b38e092f92ddb8..7be73e06121704f2738e94a9bb8630aa84a1d324 100644 (file)
@@ -1,3 +1,8 @@
+# DO NOT COMMIT OR MERGE CODE THAT IS RUN THROUGH THIS TOOL YET.
+#
+# WE ARE STILL DISCUSSING OUR DESIRED STYLE AND ITERATING ON IT.
+#     (12 Feb 2020)
+
 ---
 Language:        Cpp
 # Out of all supported styles, LLVM seems closest to our own.
index 86430b9b26e0029ab69c2fca0cfbfaae263e30d8..59832117b47767fbe3780d762f466453df3db414 100755 (executable)
@@ -2,6 +2,13 @@
 # Copyright 2020, The Tor Project, Inc.
 # See LICENSE for licensing information.
 
+#
+# DO NOT COMMIT OR MERGE CODE THAT IS RUN THROUGH THIS TOOL YET.
+#
+# WE ARE STILL DISCUSSING OUR DESIRED STYLE AND ITERATING ON IT.
+#     (12 Feb 2020)
+#
+
 # This script runs "clang-format" and "codetool" in sequence over each of
 # our source files, and replaces the original file only if it has changed.
 #
index 6336e6843bd953b7c14749faf955f5ebdb0f254d..725712c0cc4721524177807d9232402ee2d7691f 100755 (executable)
@@ -2,6 +2,14 @@
 # Copyright (c) 2020, The Tor Project, Inc.
 # See LICENSE for licensing information.
 
+#
+# DO NOT COMMIT OR MERGE CODE THAT IS RUN THROUGH THIS TOOL YET.
+#
+# WE ARE STILL DISCUSSING OUR DESIRED STYLE AND ITERATING ON IT,
+# ALONG WITH THE TOOLS THAT ACHIEVE IT.
+#     (12 Feb 2020)
+#
+
 """
    This program uses a set of plugable filters to inspect and transform
    our C code.