Onsi Fakhouri
Onsi Fakhouri
hey good catch. i've fixed this on master and rearranged things so `format.Object()` prints the `err.Error()` representation first and _then_ the struct. please take a look and i'll cut a...
thanks for taking a look - 1.27.4 is out now with this change
❤️ thank you!On Mar 24, 2023, at 1:28 PM, TheDiveO ***@***.***> wrote: Looks like the godoc documentation for MatchError https://github.com/onsi/gomega/blob/5129b5cf7d54245b130b241a4ace8a0d12442ab1/matchers.go#LL90C4-L90C4 needs an update: it only mentions matching an error or...
Hey @nathanperkins I tend to take a [different view on how failure should be handled](https://onsi.github.io/ginkgo/#mental-model-how-ginkgo-handles-failure), particularly for long-running/flaky tests. But we don't have to dig into those more philosophical/subjective differences...
first off ❤️ ❤️ ❤️ for wanting to avoid the XY problem! Yeah I've been seeing a lot of k8s usecases with super expensive setup at the `Describe`/`Context` level. Ginkgo...
thanks @nathanperkins - glad we could land on a few things that might help. I'm open to a PR, sure - I think it would make sense to go in...
I and others have explored using generics a bit - and while the compile-time feedback is certainly helpful, in practice I find that it doesn't solve as many problems and...
Hey there @KevinJCross - sorry for the disruption. I just shipped 1.24.1 which restores backwards compatibility
oh hey - sorry for the delay. that's a good catch. we need to close the `work` channel.