You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful for the jsonnet_to_json rule to have an argument triggering verification that the outs enumerated in the rule matches all the output files generated from the inputs.
I was recently bit by a case where I added several output files but forgot to update my BUILD rule.
The text was updated successfully, but these errors were encountered:
Just hit this as well. It is massively confusing to see:
INFO: From Compiling Jsonnet to JSON for config:
bazel-out/k8-fastbuild/bin/bare/bb-browser.json
bazel-out/k8-fastbuild/bin/bare/bb-event-service.json
bazel-out/k8-fastbuild/bin/bare/bb-runner.json
bazel-out/k8-fastbuild/bin/bare/bb-scheduler.json
bazel-out/k8-fastbuild/bin/bare/bb-storage.json
bazel-out/k8-fastbuild/bin/bare/bb-worker.json
but actually some files not being there without any error.
It would be helpful for the jsonnet_to_json rule to have an argument triggering verification that the
outs
enumerated in the rule matches all the output files generated from the inputs.I was recently bit by a case where I added several output files but forgot to update my BUILD rule.
The text was updated successfully, but these errors were encountered: