Uh oh!
There was an error while loading. Please reload this page.
Bugfix :: Coloring for case testers and with - #19311
Conversation
❗ Release notes required
|
fff6aa7 to
6103fcaCompareT-Gro
commented
Feb 17, 2026
@kerams : Another thing which fell out of the implementation is that we can decide to color the union case accessor the same we color its constructor and the case itself, i.e. not like a property. I can see reasoning for both See here how it si colored differently from the custom prop., I kind of like it. WDYT about it? |
kerams
commented
Feb 18, 2026
Why not. It'll make flattening a case to boolean stand out more. Making it configurable is always an option should someone complain. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Restore docs/release-notes/.Language/11.0.md (DIM hierarchy notes from PR #19241) - Restore docs/release-notes/.FSharp.Compiler.Service/10.0.300.md entries (Nullness fixes PR #19262, graph-based checking PR #19280, semantic classification PR #19311, type checker recovery PR #19314, overload resolution cache) - Add trailing newline to Operators.fs - Remove untracked docs/RFC_Review.md review artifact Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Coloring issues identified at #19252 (comment) and
#19252 (comment)