Onsi Fakhouri
Onsi Fakhouri
I'm on board with moving in this direction - but I'm a bit underwater with other projects at the moment. If there's anyone with bandwidth and interest to work on...
@xiantank just added `BeComparableTo` - it'll be in the next release of Gomega.
Hey @ilearnio - which description are you referring to? The godocs are simply trying to say "this matcher uses `gocmp.Equal` to make comparisons."
Thanks @ilearnio - I've updated the docs to try and make it a bit clearer and pushed out a change.
hi @Zteve sorry... on the laundry list of things I need to work on ShiftIt is further down.... :( ShiftIt is stateless - it measures the window-size to determine whether...
sorry for the delay y'all. I do think this is better suited for a linter. @thediveo has captured the options that come to mind for me as well and I...
The `MatchError` matcher will give you the `errors.Is` variant: https://github.com/onsi/gomega/blob/master/matchers/match_error_matcher.go#L28 It doesn't currently support the `errors.As` variant however if you're up for working a PR to add that support that...
thanks so much @blgm - I wasn't aware of that history. Sounds like an explicit, separate, `BeAssignableToError` matcher would be the way to go.
go for it!
My sense is they should all do it - I could imagine a shared prefix for all the _optional message_s that includes consistently formatted information about the received request. Thoughts?