Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report
AspectCreationException
to the user
Since ec4be00, `AspectCreationException`s were no longer reported to the user, resulting in error messages such as: ``` ERROR: Analysis of target '//pkg:foo' failed; build aborted: ``` With this commit, the error looks like this instead: ``` ERROR: Evaluation of aspect //aspects:aspects.bzl%my_aspect on //pkg:foo failed: <causes...> ``` Context: bazelbuild/bazel-central-registry#327
- Loading branch information