Disable analysis splitting by default #1043
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed
--reach-enable-analysis-splittingflag to opt-in to multiple analysis runs per workspace when needed.--reach-disable-analysis-splittingflag (now a no-op for backwards compatibility).14.12.154.Note
Implements a default behavior change for reachability analysis and introduces new flags with corresponding plumbing, tests, and docs.
perform-reachability-analysis.mtspasses--disable-analysis-splittingunless--reach-enable-analysis-splittingis set--reach-enable-analysis-splittingand--reach-detailed-analysis-log-file; deprecates--reach-disable-analysis-splitting(hidden no-op)scan create,scan reach, CI (handle-ci.mts), and GitHub flow (create-scan-from-github.mts); help text and validation updated@coana-tech/clito14.12.154and project version to1.1.58; updates lockfile and changelogWritten by Cursor Bugbot for commit 866c70f. Configure here.