Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddOpen code fix doesn't fix FS0043 anymore #15553

Closed
Tracked by #15408
psfinaki opened this issue Jul 4, 2023 · 0 comments · Fixed by #15912
Closed
Tracked by #15408

AddOpen code fix doesn't fix FS0043 anymore #15553

psfinaki opened this issue Jul 4, 2023 · 0 comments · Fixed by #15912
Assignees
Labels
Area-LangService-CodeFixes Code fixes associated with diagnostics Bug Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone

Comments

@psfinaki
Copy link
Member

psfinaki commented Jul 4, 2023

Repro:

bug.mp4

Code:

module M =
    let (++) x y = 10 * x + y

module N = 
    let theAnswer = 4 ++ 2

AFAIU this is supposed to work: #2474
Currently this should be triggered by FS0043 but the fix doesn't pop up.

@psfinaki psfinaki added the Area-LangService-CodeFixes Code fixes associated with diagnostics label Jul 4, 2023
@github-actions github-actions bot added this to the Backlog milestone Jul 4, 2023
@psfinaki psfinaki mentioned this issue Jul 4, 2023
85 tasks
@0101 0101 added Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code. and removed Needs-Triage labels Jul 10, 2023
@psfinaki psfinaki self-assigned this Jul 31, 2023
@psfinaki psfinaki modified the milestones: Backlog, August-2023 Jul 31, 2023
@github-project-automation github-project-automation bot moved this from Not Planned to Done in F# Compiler and Tooling Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-LangService-CodeFixes Code fixes associated with diagnostics Bug Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants