-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
fix(core): respect filenames of inputs when computing task hash #27873
fix(core): respect filenames of inputs when computing task hash #27873
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit b5d0e56. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 4 targets
Sent with 💌 from NxCloud. |
f3ab7c4
to
6fb1fd0
Compare
e51ac63
to
22510b8
Compare
…uting the hash closed nrwl#23106
d4c241e
to
b5d0e56
Compare
@AgentEnder thanks so much. 🙇🏻 |
(cherry picked from commit b6140d4)
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
I really don't know if this is the right fix and I'm not a rust programmer. Hoping to get the ball rolling. In our very large scale project, we are hitting invalid cache entries when source files are renamed, which cascades the wrong outputs to dependent targets. 🙏🏻
Current Behavior
When a project file is moved/renamed, the task cache is not invalidated.
Expected Behavior
When a project file is moved/renamed, the task cache is invalidated.
Related Issue(s)
#23106