-
Notifications
You must be signed in to change notification settings - Fork 833
Labels
Area-Compiler-CheckingType checking, attributes and all aspects of logic checkingType checking, attributes and all aspects of logic checkingArea-Compiler-PatternMatchingpattern compilation, active patterns, performance, codegenpattern compilation, active patterns, performance, codegenBugRegression
Milestone
Description
With current main this gives warning FS0049:
match 42 with | UpperCase -> ()
This does not:
match 42 with UpperCase -> ()
The regression happened somewhere between April this year and now when the only test that tested for this got disabled by accident (My bad #18991)
Metadata
Metadata
Assignees
Labels
Area-Compiler-CheckingType checking, attributes and all aspects of logic checkingType checking, attributes and all aspects of logic checkingArea-Compiler-PatternMatchingpattern compilation, active patterns, performance, codegenpattern compilation, active patterns, performance, codegenBugRegression
Type
Projects
Status
New