commit 5090fecaca61c87d52559342d6488ee8bb8fd20b parent fae29f7b424460353b3a5ab44e1394fdc28cc4c4 Author: Nick Mathewson <nickm@torproject.org> Date: Wed, 7 Nov 2018 11:02:03 -0500 changes file for no-circular-dependencies stuff (28362) Diffstat:
| A | changes/ticket28362 | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/changes/ticket28362 b/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.