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

v1 #4

Merged
merged 11 commits into from
Oct 28, 2022
Merged

v1 #4

merged 11 commits into from
Oct 28, 2022

Conversation

Southclaws
Copy link
Owner

After a bunch of experimentation with the sub-packages in this repo (errctx, and friends) I've figured out all the pain points and requirements for a fully fledged error library with all the bells and whistles.

Wrap currently just calls all the wrappers in-series on the error value. But the plan is to provide a bunch of basic functionality that one would expect from an error library, most notably: stack traces. Which will likely take a lot of inspiration from eris but in a compact and less opinionated way.

It's going to look a lot like the original fault library, but with the added bonus of composable wrappers to decorate the error with additional information in various ways!

@Southclaws Southclaws merged commit 4924234 into master Oct 28, 2022
@Southclaws Southclaws deleted the v1 branch October 28, 2022 12:39
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