[tor-commits] [tor/master] changes file for my confparse typechecking fun
nickm at torproject.org
nickm at torproject.org
Tue Sep 26 17:02:34 UTC 2017
commit 8f0dffe329d41eab4ab192ed08e32692b9362663
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Sep 25 11:55:51 2017 -0400
changes file for my confparse typechecking fun
---
changes/ticket23643 | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/changes/ticket23643 b/changes/ticket23643
new file mode 100644
index 000000000..b2edbef91
--- /dev/null
+++ b/changes/ticket23643
@@ -0,0 +1,6 @@
+ o Minor features (compilation, testing):
+ - Tor builds should now fail if there are any mismatches between the C
+ type representing a configuration variable and the C type the
+ data-driven parser uses to store a value there. Previously, we needed
+ to check these by hand, which sometimes led to mistakes. Closes ticket
+ 23643.
More information about the tor-commits
mailing list