[Bug]: #710 changed copy_runfiles_to_bin behavior of ts_project if transpiler
is set
#716
Labels
bug
Something isn't working
transpiler
is set
#716
What happened?
When upgrading to 3.2.1 (from 3.2.0) the
copy_runfiles_to_bin
behavior ofts_project
changes whentranspiler
is set:Up until 3.2.0,
my-file.txt
gets copied to bin. After 3.2.1, it doesn't anymore (due to the refactor in #710).Somewhat ironically, I expect this will fix #411 (there is more information in that bug for why this happens), but it is a breaking change.
Version
Development (host) and target OS/architectures:
Output of
bazel --version
: bazel 7.3.1Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: 3.2.0 / 3.2.1Language(s) and/or frameworks involved: None.
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: