mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0acc3ae879
check-cocci is still a good idea -- perhaps as a cron job? But doing it as part of our regular tests has just been confusing, especially to volunteers who shouldn't have to become coccinelle experts in order to get their patches through our CI. Closes #40030.
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.
|