aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-24 09:48:37 +1000
committerteor <teor@torproject.org>2019-10-25 16:08:44 +1000
commit9be0324c2cceb61e86bbbc1ecd73266513608f3b (patch)
treeb4024f0c952f82d4d4249e08ff143b92a4f56c1b /changes
parentc3ff5ad56b3792edd922d776fc36447b69d68854 (diff)
downloadtor-9be0324c2cceb61e86bbbc1ecd73266513608f3b.tar.gz
tor-9be0324c2cceb61e86bbbc1ecd73266513608f3b.zip
changes: file for 31919
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket3191913
1 files changed, 13 insertions, 0 deletions
diff --git a/changes/ticket31919 b/changes/ticket31919
new file mode 100644
index 0000000000..5344db956b
--- /dev/null
+++ b/changes/ticket31919
@@ -0,0 +1,13 @@
+ o Minor features (developer tools):
+ - Add a check_cocci_parse.sh script that checks that new code
+ is parseable by Coccinelle. Add an exceptions file for unparseable
+ files. Closes ticket 31919.
+ - Call the check_cocci_parse.sh script from a 'check-cocci' Makefile
+ target. Closes ticket 31919.
+ o Minor features (git scripts):
+ - Call the check_cocci_parse.sh script from the git commit and push hooks.
+ Closes ticket 31919.
+ - Skip unmodified source files when doing some existing git hook checks.
+ Related to ticket 31919.
+ o Minor features (continuous integration):
+ - Call the check_cocci_parse.sh script from Travis CI. Closes ticket 31919.