-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Write custom errors
package with stack trace functionality
#5239
Commits on Apr 23, 2022
-
feat: a simple stacktrace utility
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acda158 - Browse repository at this point
Copy the full SHA acda158View commit details -
feat: custom errors package with new, errorf, wrapping, unwrapping an…
…d stacktrace Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2efd448 - Browse repository at this point
Copy the full SHA 2efd448View commit details -
chore: update existing errors import (small subset)
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe02268 - Browse repository at this point
Copy the full SHA fe02268View commit details -
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b865155 - Browse repository at this point
Copy the full SHA b865155View commit details -
add errors into skip-files linter config
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a86b267 - Browse repository at this point
Copy the full SHA a86b267View commit details -
intoduce UnwrapTillCause to suffice the limitation of Unwrap
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75c813a - Browse repository at this point
Copy the full SHA 75c813aView commit details -
Revert "chore: update existing errors import (small subset)"
This reverts commit d27f017. Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3cf039 - Browse repository at this point
Copy the full SHA c3cf039View commit details -
revert makefile && golangcilint file
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bd7e6f - Browse repository at this point
Copy the full SHA 1bd7e6fView commit details -
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d859d82 - Browse repository at this point
Copy the full SHA d859d82View commit details -
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab05bf4 - Browse repository at this point
Copy the full SHA ab05bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 971fc25 - Browse repository at this point
Copy the full SHA 971fc25View commit details -
update stacktrace testing regex
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f038e2c - Browse repository at this point
Copy the full SHA f038e2cView commit details -
add lint ignore for standard errors import inside errors pkg
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be8006b - Browse repository at this point
Copy the full SHA be8006bView commit details -
[test files] add copyright headers
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63d961f - Browse repository at this point
Copy the full SHA 63d961fView commit details -
add no lint to avoid false misspell detection of keyword Tast
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6eed48 - Browse repository at this point
Copy the full SHA e6eed48View commit details -
update stacktrace output test line number with regex pattern
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d977de6 - Browse repository at this point
Copy the full SHA d977de6View commit details -
return pc slice with reduced capacity
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d67cc36 - Browse repository at this point
Copy the full SHA d67cc36View commit details -
segregate formatted vs non formatted methods
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52cb5df - Browse repository at this point
Copy the full SHA 52cb5dfView commit details -
Signed-off-by: Bisakh Mondal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f0c859 - Browse repository at this point
Copy the full SHA 5f0c859View commit details