Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Failed
36082
Fix ready
→
f890ada1 fix(core): skip daemon project-graph recompute on no-op file rewrites The first task run against a fresh daemon was ~3-5s slower because restoring cached task outputs rewrites files with identical content (new inode, same bytes). The watcher reports these as changes, so the daemon recomputed the entire project graph — cold-reloading every plugin worker — even though nothing actually changed. - native: WorkspaceContext::update_files now returns only files whose content actually changed (a new path, or a hash differing from the existing entry) instead of every updated path - daemon: hash watched changes once per batch in scheduleProjectGraphRecomputation and gate kickOffRecompute on real changes; thread the hashes through collectedUpdatedFiles so the recompute body no longer re-hashes (keeping it off the stale-retry path) This also avoids needless recomputes from `git checkout` back to identical content, formatters that change nothing, and `touch`.
by Craigory C...
C
Previous page
Previous
Next
Next page