diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-05 08:19:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-05 08:19:02 -0500 |
commit | ca4b86f90a73532032a573ebc903155a32d0f36b (patch) | |
tree | 54d10b6031452388d2540a6db93bbbc83c164ca8 /changes | |
parent | c01507a5fe73d0e49902a8abaa1f73112ae1fefa (diff) | |
parent | eaff47352a1ef607f6d97e9b35bd6d5eefdfcb26 (diff) | |
download | tor-ca4b86f90a73532032a573ebc903155a32d0f36b.tar.gz tor-ca4b86f90a73532032a573ebc903155a32d0f36b.zip |
Merge remote-tracking branch 'tor-github/pr/508'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28362 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket28362 b/changes/ticket28362 new file mode 100644 index 0000000000..4ac22d50f2 --- /dev/null +++ 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. |