Matt Brown

Results 51 comments of Matt Brown
trafficstars

I think this is more of an issue with https://github.com/spotify/docker-client/ than this plugin. The client checks if the name of a container is valid when creating or renaming a container,...

I think the problem is broader than when a missing import causes syntax/compiler errors - I get the same sort of behavior (" google-java-format failed. Does Foobar.java have syntax errors?",...

A setting for this behavior would be really great instead of having to remember to use the non-default command each time.

Hi, this does not appear to be fixed in 7.2.0rc1 if the runtime JDK is 21 and the `--release 21` javacopt is passed to a `java_library`. In that case we...

I see, thanks. We are wrapping most of our usages of `java_library` in a macro where it is pretty simple for us to avoid setting a `--release` flag if it...

I would find this very helpful 👍

I think this is the same as https://github.com/bazelbuild/bazel/issues/14257. A simple way to reproduce this in any workspace is to add a symlink to the workspace's output base (I found myself...

I'm not sure if I can bisect it as I can't find a "good" commit to start at, going back to bazel `1.0.0` this repro case will cause the same...