-
It is stated that if go version is 1.14+ and `*t.Testing` is passed into the controller it is not needed to call `ctrl.Finish()`.
**Actual behavior**
Although I'm using `1.14.3`, `ctrl.Finish()` i…
-
How to reproduce (on macOS):
- Project: [assited-service](https://github.com/openshift/assisted-service)
- Skiper conf: this [skipper.yaml](https://github.com/openshift/assisted-service/blob/9feb42c…
-
A user of bazel_gomock just [opened an issue](https://github.com/jmhodges/bazel_gomock/issues/10) where they'd like to generate a mock for an interface in the stdlib.
Bazel_gomock accepts `go_libra…
-
The use of gomocks in our codebase currently has the following issues:
- Generating mocks is not hermetic - it uses whatever version of `mockgen` is in the user's path.
- There is no CI check to ens…
-
Mockgen should have an argument to specify optional build tag. If build tag is passed to mockgen, it should output this as the first line of the generated source file:
```
// +build [tag]
```
…
-
When there are several Bazel actions calling `golang.org/x/tools/go/packages.Load`, the build time of each of those action increase as the number of such concurrent actions increases. One example of s…
-
Hello, I have followed all the steps in the [README.md](https://github.com/harmony-one/harmony-test/blob/master/localnet/README.md) to run a local net through Docker for interacting with a harmony nod…
-
While attempting to develop gazelle extensions for go codegenerators that take go code as input and generate go code as output, we're running into trouble determining the dependencies to add to a rule…
-
Die Statusinterpretation des Chargers (EV-CC-AC1-M3) ist nicht korrekt implementiert.
Gestecktes Ladekabel wird nicht erkannt:
Kein Kabel gesteckt:
[modbus] TRCE 2020/09/12 09:52:23 modbus: sen…
-
A major change in the v2 API is the requirement to use Request methods (https://github.com/aws/aws-sdk-go-v2/pull/33). We currently use the `iface` packages to test our code using the v1 API with the …