Mitar
Mitar
> v1 uses reflect.DeepEqual and to change this would be a breaking change to anyone relying on that behaviour I do not think that anyone can be relying on that...
Beyond location there is also monotonic clock reading possibly in the struct. That one will never be the same unless you literally made a copy of an existing struct. And...
Ooo, struct tags. I like it.
There is also a fix in Go 1.22 which includes coverage in packages without tests: https://github.com/golang/go/issues/24570 Also, you can run `-coverpkg ./...` instead of having to list all packages. So...
In fact, I think there are some recent issues with Go and coverage and this tool as well. I [made a fork of testing repository](https://github.com/mitar/accurate-test-coverage) and added `go.mod` to it....
Certificate expired again as of yesterday.
Not sure. I have not tested that case. Maybe add a test case PR. I would expect it is the same as stop and then create, which should be handled...
Interesting. Feel free to make a PR with a fix and test.
Oh, this package probably does not compile since Meteor moved from 0.10 node version.
Not sure why it worked in the past. This is not too critical issue though, only tests are pretty strict. So you should never try to query after you stopped...