mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +01:00
8 lines
416 B
Plaintext
8 lines
416 B
Plaintext
|
o Removed features:
|
||
|
- Our "check-local" test target no longer tries to use the Coccinelle
|
||
|
semantic patching tool parse all the C files. While it is a good idea
|
||
|
to try to make sure Coccinelle works on our C before we run a
|
||
|
Coccinelle patch, doing so on every test run has proven to be disruptive.
|
||
|
You can still run this tool manually with "make check-cocci". Closes
|
||
|
ticket 40030.
|