mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7 lines
314 B
Plaintext
7 lines
314 B
Plaintext
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.
|