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

Remove intermediate anyhow usage and just rely on LeptonError for returning errors #111

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

mcroomp
Copy link
Collaborator

@mcroomp mcroomp commented Nov 12, 2024

This is a bunch of changes, but shouldn't change any functionality. The overhead of the LeptonError class should be minimal for the non-error case and a bit expensive for errors since they are few and far between.

I also ran the nightly formatter on use statements to clean up the mess that had built up.

@Melirius
Copy link
Collaborator

LGTM. Thanks, I've tried to debug #108 with current errors but to no avail. Hope this new system helps. I suspect multiplexer, but not sure yet.

@mcroomp mcroomp merged commit 7fbb320 into main Nov 13, 2024
3 checks passed
@mcroomp mcroomp deleted the removeanyhow branch November 13, 2024 01:45
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