Remove dependency on xerrors
nhooyr opened this issue · 6 comments
nhooyr commented
Remove dependency on xerrors
nhooyr commented
This means we would lose stack frames for now, which is fine I think given most of our error wraps are easily identifiable via text.
Thoughts @ammario @scsmithr @nathanpotter @coadler
coadler commented
I disagree. I find the stack frames extremely helpful, especially in slog.Human
.
What do we gain from removing xerrors?
scsmithr commented
I agree with Colin.
nhooyr commented
Sounds good.
Less external dependencies, it's nice to be able to only depend on the stdlib.
coadler commented
Really unfortunate it was merged into the stdlib without traces :/
nhooyr commented
Agreed