You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: filter reverse-dep files from native build analysis scope (#782)
* perf: filter reverse-dep files from native build analysis scope (#761)
The Rust build orchestrator included reverse-dep files in changedFiles,
causing the JS analysis phase to run AST/complexity/CFG/dataflow on
files whose content didn't change. Track reverse-dep relative paths
and exclude them from analysis_scope, matching the JS pipeline's
_reverseDepOnly filtering in run-analyses.ts.
* docs: update BuildPipelineResult comments for analysis scope semantics (#782)
Update the doc comment on `changed_files` to reflect that it now holds
the analysis scope (reverse-dep files excluded) rather than the full
parsed-file list. Add explanatory comment on role classification
explaining why it intentionally uses the full file list including
reverse-dep files.
0 commit comments