NxEnterprise
    Nx
Sign in / Sign up

Nx

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • 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

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools