瀏覽代碼

changes file for no-circular-dependencies stuff (28362)

Nick Mathewson 7 年之前
父節點
當前提交
5090fecaca
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      changes/ticket28362

+ 6 - 0
changes/ticket28362

@@ -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.