Open Exegetech opened 1 year ago
This rule doesn't correctly track dependencies change. I renamed a file from src/Util.ts to src/util/index.ts and it failed to build.
src/Util.ts
src/util/index.ts
Development (host) and target OS/architectures: : Rock Linux 9.1 (Blue Onyx) x86_64
Output of bazel --version: 6.2.0
bazel --version
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file: Indicated in the provided link of the repo
WORKSPACE
MODULE.bazel
Language(s) and/or frameworks involved: JavaScript, TypeScript
I have this repository to reproduce https://github.com/Exegetech/buggyesbuildproject
No response
What happened?
This rule doesn't correctly track dependencies change. I renamed a file from
src/Util.ts
tosrc/util/index.ts
and it failed to build.Version
Development (host) and target OS/architectures: : Rock Linux 9.1 (Blue Onyx) x86_64
Output of
bazel --version
: 6.2.0Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: Indicated in the provided link of the repoLanguage(s) and/or frameworks involved: JavaScript, TypeScript
How to reproduce
Any other information?
No response