Gregg Donovan

Results 10 issues of Gregg Donovan

For build files that include a scala rule, include the correct `rules_scala` load statement. E.g. if the BUILD file includes a `scala_library` rule, insert `load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")` before the rules in...

**Is your feature request related to a problem? Please describe.** Finatra depends on Guice 4.2.x which depends on cglib which is no longer being developed and has not been updated...

[Finagle](https://twitter.github.io/finagle/) is a popular JVM RPC system [used at](https://github.com/twitter/finagle/blob/develop/ADOPTERS.md) Twitter, FourSquare, Tumblr, Etsy, etc. Finagle is written in Scala, but provides both Scala and Java idiomatic APIs. Finagle has existing...

stats
trace
feature request

Also: - Move tools/bazel.rc to support new locations: https://docs.bazel.build/versions/master/guide.html#where-are-the-bazelrc-files. - Build with as many incompatible changes as possible. - Update bazel-deps and rules_scala. - Removed no longer needed scala maven...

We should add basic usage instructions for both tools and document how they interact.

The [`check-only` option](https://github.com/johnynek/bazel-deps/issues/85) has been created by @kevingessner but [autovalue support](https://github.com/johnynek/bazel-deps/issues/62) is still open.

https://github.com/johnynek/bazel-deps/issues/73 has been fixed and generated files are well-formed when generate is called with `buildifier` arg. Also: clone `bazel-deps` to a directory unlikely to clash with another checkout.

`rules_d` is a dependency for `rules_docker`, a ruleset that we depend on heavily. We don't use d-lang, but we'd like these rules to pass with `--all_incompatible_changes` so that we can...

We recently hit an issue where calling `RateLimiter.create(16.0, 0, TimeUnit.SECONDS)` failed to rate limit after an upgrade from Guava 17 to 21. I tried to reproduce this using the `FakeStopwatch`...

type=defect
package=concurrent
status=triaged
P3