Trim what the audit found - #51
Merged
Merged
Conversation
The README no longer names a release version in its install lines, since the stable people download and the prereleases stacked on dev are not the same number; the day-one survey carries a historical banner listing where the shipped mod overtook it; the Stryker scaffolding that no job ran is gone; the engine window constant is declared once with the sampling cadence derived from it, which also removes a doubled summary tag; the two OTLP scenarios share one wait helper and the attribution scenario reads its share line through the scrape helper it already had; and the mutation script restores once instead of on every run.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
An over-engineering audit of the whole repository (report in .survey/) came back with a clean bill for the code and a handful of drift, all fixed here. The README stops naming a zip version in its install lines: the stable that people download and the prereleases stacked on dev are different numbers, and a generic name is right for both. The day-one feasibility survey gets a historical banner that lists where the shipped mod overtook it. The Stryker scaffolding (config, mutation solution, tool manifest) is removed: nothing ran it and it advertised a mutation gate that never produced a score. In the mod system the engine window constant is declared once and the sampling cadence is derived from it, which also removes a doubled summary tag the CS1570 suppression was hiding. The two OTLP scenarios now share one wait helper and the attribution scenario reads its share line through Scrape.Value. And the mutation script restores once up front and passes --no-restore to every run. Scenario suites re-run locally on the touched paths.