Alex Eagle

Results 412 comments of Alex Eagle

Yes, that appears to be the case, I'll file a new issue here with a repro then, thanks!

Sure, done, thanks for picking this up.

Seems like this is a bug in https://github.com/google/closure-compiler, not rules_closure right? In the sense that it can be reproduced in the former. My hope is to remove all Java code...

Alternative solution would be to include bazelisk in the bazel images like l.gcr.io/google/bazel:3.2.0 then you can have that version preinstalled and not fail when `.bazelversion` says something else

Good question, we have to find that dockerfile and contribute a change. Maybe reach out to whoever did the last release?

thanks @fweikert - I think I also need to know the webhook URL that buildkite expects me to configure in our project to get presubmit and postsubmit runs?

A bit of followup here, we tried to work through the setup on Slack but never got the hooks working between bazelbuild org and my company's org. Also given the...

We could help out with the maintenance in some way. I imagine we can use a "contrib" model where some subfolders here are documented as being owned and maintained by...

@achew22 now that we've committed to having some markdown in the repository, for documentation that's output by stardoc, what do you think about having a mix of rst and markdown...

The problem is compounded by the fact that Bazel reports this time as "Fetching", e.g. `Fetching @com_github_docker_docker; fetching 400s` which sends users down a completely wrong path for how to...