Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Make errors.stack comparable #30

Merged
merged 1 commit into from
May 24, 2016
Merged

Make errors.stack comparable #30

merged 1 commit into from
May 24, 2016

Conversation

davecheney
Copy link
Member

Fixed #29

errors.New, etc values are not expected to be compared by value but
the change in errors#27 made them incomparable. Assert that various
kinds of errors have a functional equality operator, even if the
result of that equality is always false.

Fixed #29

errors.New, etc values are not expected to be compared by value but
the change in errors#27 made them incomparable. Assert that various
kinds of errors have a functional equality operator, even if the
result of that equality is always false.
@davecheney davecheney merged commit e8c2198 into master May 24, 2016
@davecheney davecheney deleted the fixedbugs/29 branch May 24, 2016 02:36
@s-urbaniak
Copy link

That was fast, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants