Skip to content

Tags: knz/errors

Tags

v1.2.2

Toggle v1.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Export two types at the top level.

v1.2.1

Toggle v1.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix the top level export of FormatError.

v1.2

Toggle v1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Implement mising FormatError methods

... for assertion failures and unimplemented errors.

Additionally, test the `%+v` formatting of `errors.Newf()`, `NewAssertionErrorWithWrappedErrf()`.

v1.1.1

Toggle v1.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add a clarifying comment.

v1.1

Toggle v1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add explanatory comments for visibility of error fields.

v1.0.2

Toggle v1.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update the stack parser to the latest raven-go code.

v1.0.1

Toggle v1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix a call stack format mismatch between go 1.11 and 1.12

v1.0

Toggle v1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Import the initial implementation.