Extend hope_kv_list validation API with: 2.2.0
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 25 Jan 2015 03:33:49 +0000 (22:33 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 25 Jan 2015 04:38:27 +0000 (23:38 -0500)
find_unique_presence_violations, which is a subset of validate_unique_presence,
which returns a record of found violations (a list of violating keys per
violation type field), so that a user can directly match a subset of violation
types that they care about without having to search yet another list.

validate_unique_presence keeps the same signature and semantics, but is now
implemented with find_unique_presence_violations.


No differences found
This page took 0.021802 seconds and 4 git commands to generate.