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 <[email protected]> > Reviewed-by: Max Reitz <[email protected]>
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
