Explorar o código

changes file for my confparse typechecking fun

Nick Mathewson %!s(int64=8) %!d(string=hai) anos
pai
achega
8f0dffe329
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      changes/ticket23643

+ 6 - 0
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.