Commit 8f0dffe3 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

changes file for my confparse typechecking fun

parent 49d2346b
Loading
Loading
Loading
Loading

changes/ticket23643

0 → 100644
+6 −0
Original line number Diff line number Diff line
  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.