-
Notifications
You must be signed in to change notification settings - Fork 552
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
feat: create a wrapper for errors #3723
Conversation
7f804ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
# Conflicts: # ignite/cmd/plugin.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Just merged the bump PR, I think you'll need to fix the changelog again here. Sorry 😀 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3723 +/- ##
=======================================
Coverage 24.31% 24.32%
=======================================
Files 292 293 +1
Lines 24532 24538 +6
=======================================
+ Hits 5966 5968 +2
- Misses 18030 18033 +3
- Partials 536 537 +1
|
close #3237
Description
This PR creates a
xerrors
package to wrap the cockroachdb error pkg. We can easily manage and maintain the application errors. In case to change or improve the pkg, we only need to change one file