Skip to content
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

move error printing into iterator trait #36

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

eriktaubeneck
Copy link

this makes the code a bit less repetitive, but also makes sure we get logging not just for the first helper to fail to decrypt, but for all helpers that fail to decrypt.

it does not write the errors to the output file, and instead only writes them to stderr (this seems like the right approach)

@richajaindce richajaindce merged commit 95af9ff into richajaindce:decrypt Sep 17, 2024
7 checks passed
@eriktaubeneck eriktaubeneck deleted the decrypt branch September 17, 2024 01:52
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.

2 participants