Skip to content

Remove always-on IndexerNotationWithoutDot language feature flag - #20319

Open
T-Gro wants to merge 3 commits into
mainfrom
fix/issue-20163
Open

Remove always-on IndexerNotationWithoutDot language feature flag#20319
T-Gro wants to merge 3 commits into
mainfrom
fix/issue-20163

Conversation

@T-Gro

Copy link
Copy Markdown
Member

Fixes#20163

IndexerNotationWithoutDot has been on for every accepted --langversion since F# 6.0, so its flag was dead configuration. The guard is removed and the enabled behaviour kept unconditionally; --disableLanguageFeature:IndexerNotationWithoutDot is no longer a recognised feature name.

Part of #20139

@github-actions

github-actionsBot commented Aug 21, 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-GroT-Gro added the NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes label Aug 21, 2026
@github-actionsgithub-actionsBot added the AI-Tooling-Check-Bypassed Tooling check: non-fork PR, not diff-analyzed label Aug 21, 2026
Copilotand others added 2 commits August 24, 2026 14:38
… enforcement sites
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…nerate xlf
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@T-Gro
T-Gro enabled auto-merge (squash) August 24, 2026 13:44
@T-Gro
T-Gro requested a review from abonieAugust 24, 2026 13:44
@github-project-automationgithub-project-automationBot moved this from New to In Progress in F# Compiler and ToolingAug 24, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-Tooling-Check-BypassedTooling check: non-fork PR, not diff-analyzedNO_RELEASE_NOTESLabel for pull requests which signals, that user opted-out of providing release notes

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Remove always-on language feature flag: IndexerNotationWithoutDot

2 participants

@T-Gro@abonie