Release v1.7.0 - #32
Merged
Merged
Conversation
Bumps LineEndingNormalizer.csproj and app.manifest 1.6.0 -> 1.7.0. Adds RELEASE-NOTES-v1.7.0.md covering the UTF-32 fix, -Report preflight and atomic write, the new directory-coverage summary lines, and the repository-hygiene changes since v1.6.0. Also corrects RELEASE-NOTES-v1.6.0.md and SAFETY-AUDIT.md's v1.6.0 entry: both described an opposite-byte-order UTF-32 ambiguity test as this repository's shipped policy. Checked against git history (fix/utf32-unprovable-refusal landed as c944307, confirmed NOT an ancestor of the v1.6.0 tag via git merge-base) - v1.6.0 as actually published genuinely ships that insufficient test, not the corrected unconditional refusal. v1.7.0 is the first release containing the fix; both files now say so plainly rather than leaving a shipped defect undocumented. Local gates: build 0 warnings, 316/316 tests, detector parity clean across EC/LEN/CorpusTesters. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
LineEndingNormalizer.csproj+app.manifest).RELEASE-NOTES-v1.7.0.mdcovering: the UTF-32 unconditional-refusal fix,-Reportpreflight and atomic write, new directory-coverage summary lines, and repository-hygiene changes since v1.6.0.RELEASE-NOTES-v1.6.0.mdandSAFETY-AUDIT.md's v1.6.0 entry — both described an opposite-byte-order UTF-32 test as the shipped policy. Confirmed viagit merge-basethat the actual fix (fix/utf32-unprovable-refusal) is not an ancestor of thev1.6.0tag: v1.6.0 as published genuinely ships the insufficient test. v1.7.0 is the first release containing the real fix.Test plan
dotnet build— 0 warnings, 0 errorsdotnet test— 316/316 passingcheck_detector_drift.py)🤖 Generated with Claude Code