Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal: phase out DecorateError in favor of errors.Wrap
The former seems to have been a thing in the old evaluator code deleted in 2020, but a single call remained in the subsume package. All that a decorated error did was augment an errors.Error value with a Go error so that errors.Is would work with either. errors.Wrap gives us the same property, and is more consistent with the rest of the codebase nowadays. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I5a3acf0381c83e0e36c18708cfb586ceccc7e2f2
- Loading branch information