r-hang

Results 6 issues of r-hang

Add validation to ensure file schema paths passed to zap.Open are absolute since this is already documented. Tests are also added to demonstrate that double dot segements within file schema...

github.com/golang/mock has been deprecated and archive and the readme now points to https://github.com/uber/mock as its successor. YARPC's thriftrw plugin assumes golang/mock. Add the ability to configure the mock runtime in...

The go_proto_compile rule currently generates trivial files to substitute for expected files that are missing from the output of the protoc code generation action (ref: https://github.com/bazelbuild/rules_go/pull/1394) We've been facing some...

When using the Bazel gopackagesdriver to analyze a rules_go project it's possible to run into missing packages errors that look like ``` /home/user/go/bazel-pkgdrv/execroot/__main__/bazel-out/ k8-fastbuild/example.go:8:7: could not import example.org/mock (missing package:...

When using the Bazel gopackagesdriver to analyze a rules_go project it's possible to run into missing packages errors that look like ``` /home/user/go/bazel-pkgdrv/execroot/__main__/bazel-out/ k8-fastbuild/example.go:8:7: could not import example.org/mock (missing package:...

coverageredesign (https://github.com/bazel-contrib/rules_go/pull/4397) honors line directives while the world before coverageredesign did not. This is relevant in situations where you want coverage for generated code to map to source code in...