-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Purged global registries in favor of passing all functions in Options. (
#35) This avoids issues where multiple applications are fiddling with the same global registries and causing problems for each other; now, every validate() call has its customized Options that cannot interfere with other calls. Unfortunately, this change requires us to make Options a non-const reference, in order to support applications that want to mutate state throughout the validate() call, e.g., to collect statistics, re-use connections, whatever.
- Loading branch information
Showing
57 changed files
with
650 additions
and
640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.