You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't save much time for folks who are iterating over the
removed errors (e.g. to print warnings about them), but Aleksa asked
for it [1] and Ma suggested the helper struct [2].
I haven't used it in runtimetest. I'm waiting for the in-flight
7aa3987 (cmd/runtimetest/main: Use TAP diagnostics for errors,
2017-07-28, #439) to settle, since that commit cleans up some of the
runtimetest error-processing code with:
validations := defaultValidations
if platform == "linux" {
validations = append(validations, linuxValidations...)
}
and a single loop over the constructed validations array.
[1]: #492 (comment)
[2]: #492 (comment)
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments