ArgumentsInSigAndImplMismatch warning turned off by default
Open
Feature Request
Needs-RFC
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
Some of the warnings are turned off by default in the compiler. From discussion with @dsyme the argument name mismatch one should be turned on in new templates, like it's done for the unused values one.
https://github.com/Microsoft/visualfsharp/blob/1bbb60a4ee1bfc1dd1a070d043f5fb012bf74bc4/src/fsharp/CompileOps.fs#L398-L403
It's also interesting to know why these warnings were turned off in the first place despite analysis for these warnings is done by FCS anyways.
Contributor guide
Assessment
This issue has not been assessed yet.