Skip to content
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): sort projects after updating from context #28024

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cammisuli
Copy link
Member

Current Behavior

Whenever a file is created in a project, the daemon will insert the newly created file at the end of the project file map list. This causes issues with cache determinism because the newly created file is not sorted. When doing nx reset, the file will then be properly sorted

Expected Behavior

Whenever a file is inserted into the project map, sort the changed file map.

Related Issue(s)

Fixes #

Copy link

vercel bot commented Sep 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Sep 20, 2024 10:01pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant