[Bug]: Wrong placement of output files for ts_proto_library #466
Labels
bug
Something isn't working
funding needed
Contribute to https://opencollective.com/aspect-build
help wanted
Aspect isn't prioritizing this, but the community could
What happened?
ts_proto_library
should write its output on the directory the rule was defined.Release 4.5.0 however writes the output instead on the directory where the proto file is.
Version
Development (host) and target OS/architectures: macos
Output of
bazel --version
: aspect 5.7.2Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: 4.5.0Language(s) and/or frameworks involved: rules_ts
How to reproduce
Create a ts_proto_library where the proto file is on a different directory + BUILD.
See sample commit from sample branch.
Any other information?
No response
The text was updated successfully, but these errors were encountered: