From: Nick Mathewson Date: Mon, 25 Sep 2017 15:55:51 +0000 (-0400) Subject: changes file for my confparse typechecking fun X-Git-Tag: tor-0.3.2.2-alpha~35^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f0dffe329d41eab4ab192ed08e32692b9362663;p=thirdparty%2Ftor.git changes file for my confparse typechecking fun --- diff --git a/changes/ticket23643 b/changes/ticket23643 new file mode 100644 index 0000000000..b2edbef914 --- /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.