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
In #2 we settled on an error tree that contains all the errors about verifying data.
We want some way to display this in an ergonomic way so that humans can more easily fix verification issues.
One thought is out put like
The above is a very rough draft, the idea being that the error tree can be visually represented and humans can quickly find the failures.
it may be that only failures are shown.
Need accessor methods for Attributes, in Add VerificationTreeDisplay #48 going to the wrapped C struct and accessing the fields directly This is now handled by the Display trait on Attributes
In #2 we settled on an error tree that contains all the errors about verifying data.
We want some way to display this in an ergonomic way so that humans can more easily fix verification issues.
One thought is out put like
The above is a very rough draft, the idea being that the error tree can be visually represented and humans can quickly find the failures.
it may be that only failures are shown.
Verifier
output #31VerificationTreeDisplay
#48 This includesNeed accessor methods forThis is now handled by theAttributes
, in AddVerificationTreeDisplay
#48 going to the wrapped C struct and accessing the fields directlyDisplay
trait onAttributes
CtOption
toVerificationOutput
#87The text was updated successfully, but these errors were encountered: