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

This commit is contained in:
Nick Mathewson 2018-11-07 11:02:03 -05:00
parent fae29f7b42
commit 5090fecaca

6
changes/ticket28362 Normal file
View File

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