From 8d84e10e8776eab8a44a039af0c15443fba83bc6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 22 Oct 2019 08:27:13 -0400 Subject: Make options_validate() no longer use its "defaults" argument. It can just look at what the defaults are. Closes ticket 32185. --- changes/ticket32185 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket32185 (limited to 'changes') diff --git a/changes/ticket32185 b/changes/ticket32185 new file mode 100644 index 0000000000..86f5dc5af1 --- /dev/null +++ b/changes/ticket32185 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Simplify the options_validate() code so that it looks at the default + options directly, rather than taking default options as an argument. + This change lets us simplify its interface. Closes ticket 32185. -- cgit v1.2.3-54-g00ecf