Zhongpeng Lin

Results 36 issues of Zhongpeng Lin

When `self_package` is passed, it is possible to infer `package` name parameter so users don't need to pass duplicate information

When the mocks are in they own package, the `gomock` rule can be feeded into a `go_library` rule like this: ``` gomock( name = "rosetta_mock", interfaces = ["Client"], library =...

Variable Elimination for continuous variables was broken when there is only one query variable, as illustrated by the added unit test in this PR. This PR fixed it. @ankurankan Please...

@ankurankan I added continuous factor support in likelihood weighted sampling by encapsulating the sampling details in the corresponding factor classes. The same approach can be easily extended into other sampling...

### Description of the problem / feature request: When a test is run under `bazel coverage` and times out, Bazel reports it as a build failure (exit code 1) instead...

type: bug
P3
coverage
team-Rules-Server

bazelbuild/bazel#6485 is resolved. We should be able to build proto on Windows

Many build and test targets were disabled on Windows in CI because of https://github.com/bazelbuild/bazel/issues/6485. Now that it's fixed, we should try to enable as many targets on Windows as possible

# 🚀 feature request ### Relevant Rules ### Description Currently, the Go targets in rules_docker cannot build on Apple Silicon machines: ``` bazel build @io_bazel_rules_docker//container/go/... DEBUG: /private/var/tmp/_bazel_zplin/d6323f9e3146540840037c805ccd73ff/external/bazel_toolchains/rules/rbe_repo/version_check.bzl:68:14: Current running Bazel...

Can Close?

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...

Go modules requires all v2 and later major versions to have import paths ending with `/v2` etc: https://blog.golang.org/v2-go-modules. However, f2aed9ee205d62d45c55cfabbfd26342f8526862 added go.mod file to this repository without changing the import...