rules_closure icon indicating copy to clipboard operation
rules_closure copied to clipboard

Closure rules for Bazel

Results 86 rules_closure issues
Sort by recently updated
recently updated
newest added

I take some efforts to refactor the code to take only provider, in that approach, we need to change for all providers and `collect_runfiles` and `data` , this kind of...

Hi all Are there plans to build in bzlmod support for this rule set?

Hello, I met following error: ERROR: /Users/jacob/projects/feedbacker/src/assets/test/BUILD:32:1: no such package 'closure/templates': BUILD file not found on package path and referenced by '//:hello_soy'. ERROR: Loading failed; build aborted. `ERROR: /home/lemito/cpp-starter-kit/cpp/sources/clo/BUILD:35:19: no...

The latest release available is [`0.12`](https://github.com/bazelbuild/rules_closure/releases/tag/0.12.0). It was published more than two years ago and doesn't work with examples in the repo. Could you please cut a new release?

Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking rules_closure. Please migrate to fix this and unblock the flip of this flag....

The [WebfilesServer](https://github.com/bazelbuild/rules_closure/blob/master/java/io/bazel/rules/closure/webfiles/server/WebfilesServer.java) currently lacks a shutdown method. Simply shutting down the ExecutorService that runs the server doesn't work: ``` public static void main(String[] args) throws Exception { ExecutorService executor =...