]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for no-circular-dependencies stuff (28362)
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Nov 2018 16:02:03 +0000 (11:02 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 14 Nov 2018 21:07:36 +0000 (16:07 -0500)
changes/ticket28362 [new file with mode: 0644]

diff --git a/changes/ticket28362 b/changes/ticket28362
new file mode 100644 (file)
index 0000000..4ac22d5
--- /dev/null
@@ -0,0 +1,6 @@
+  o Code simplification and refactoring:
+    - The .may_include files that we use to describe our
+      directory-by-directory dependency structure now describe a noncircular
+      dependency graph over the directories that they cover.
+      Our checkIncludes.py tool now enforces this.
+      Closes ticket 28362.