Am 25.03.2020 um 00:21 hat John Snow geschrieben: > Mark the verify functions as "private" with a leading underscore, to > discourage their use. > > (Also, make pending patches not yet using the new entry points fail in a > very obvious way.) > > Signed-off-by: John Snow <js...@redhat.com> > Reviewed-by: Max Reitz <mre...@redhat.com>
While you touch all the function signatures, would you mind adding type hints? Without them, the hints in execute_setup_common() stay mostly unused because they can't be checked against callers nor callees. Kevin