We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: