Skip to content

Remove always-on RelaxWhitespace language feature flag - #20238

Closed
T-Gro wants to merge 1 commit into
dotnet:mainfrom
T-Gro:fix/issue-20140
Closed

Remove always-on RelaxWhitespace language feature flag#20238
T-Gro wants to merge 1 commit into
dotnet:mainfrom
T-Gro:fix/issue-20140

Conversation

@T-Gro

@T-Gro T-Gro commented Aug 10, 2026

Copy link
Copy Markdown
Member

Fixes #20140

The RelaxWhitespace (F# 4.7) feature has been on for every supported language version, so its SupportsFeature gate was dead. Removed the flag and kept the whitespace-relaxation behavior it guarded unconditionally.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

⚠️ Release notes required, but author opted out

Warning

Author opted out of release notes, check is disabled for this pull request.
cc @dotnet/fsharp-team-msft

@T-Gro T-Gro added the NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes label Aug 10, 2026
@github-actions github-actions Bot added the AI-Tooling-Check-Scanned-Clean Tooling check: diff analyzed, no interesting infrastructure files label Aug 10, 2026
@T-Gro

T-Gro commented Aug 10, 2026

Copy link
Copy Markdown
Member Author

Closing as a duplicate of #20226 (same change, on a dotnet/fsharp branch). Consolidating on #20226 which has NO_RELEASE_NOTES and auto-merge armed.

@T-Gro T-Gro closed this Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-Tooling-Check-Scanned-Clean Tooling check: diff analyzed, no interesting infrastructure files NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Remove always-on language feature flag: RelaxWhitespace

1 participant