fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Incorrect colorization of mutable values #1361

Closed sergey-tihon closed 8 years ago

sergey-tihon commented 8 years ago

Description

Incorrect colorization of mutable values. image

Repro steps

type TA (str:string, func: int -> int) =
    member val Str = str with get, set
    member val Func = func with get, set

Expected behavior

Func should be also red

Actual behavior

Func not red;)

Related information

image

vasily-kirichenko commented 8 years ago

Read or real? ;)

sergey-tihon commented 8 years ago

Red :red_circle: :laughing:

vasily-kirichenko commented 8 years ago

Wow. The amount of symbols for member val Func = func with get, set is abnormally insane. There are Func@ and ( Func@ ) among others, some mutable, some not mutable...

sergey-tihon commented 8 years ago

Why wontfix?

vasily-kirichenko commented 8 years ago

It means the bug won't be fixed.