Skip to content

Changes to make damctf work #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Closed

Changes to make damctf work #52

wants to merge 13 commits into from

Conversation

detjensrobert
Copy link
Contributor

Assorted papercuts to fix issues

This consolidates (almost) all of the error display handling into the cli
main(), which is idiomatic since the library side of this shouldn't need to
worry about how its errors are presented.

There are a couple spots where the Error case is a Vec of things, which can't
be handled by the single error handler in main. These have been changed to
do their custom error printing, then return a new error to main(). I added
TODO comments to these.

Signed-off-by: Robert Detjens <[email protected]>
Signed-off-by: Robert Detjens <[email protected]>
Signed-off-by: Robert Detjens <[email protected]>
@detjensrobert detjensrobert self-assigned this May 4, 2025
@detjensrobert
Copy link
Contributor Author

closing for other branch #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant