Uh oh!
There was an error while loading. Please reload this page.
Remove always-on RelaxWhitespace language feature flag - #20226
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
…licts) Conflicts arose because main removed sibling always-on feature flags in the shared enum/strings; resolved to main's content minus this PR's own removal of RelaxWhitespace (RelaxWhitespace2 preserved). Net change vs main is unchanged (feature removal only).
T-Gro
commented
Aug 12, 2026
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
Head branch was pushed to by a user without write access
Merge conflicts resolved in ad2d7a9. The conflicts were in Validation: |
Fixes#20140
RelaxWhitespacehas been on for every accepted--langversionsince F# 4.7, so its flag was dead configuration. The guard is removed and the enabled behaviour kept unconditionally;--disableLanguageFeature:RelaxWhitespaceis no longer a recognised feature name.Part of #20139