Thread overview
[Issue 20654] is(symbol == module) doesn't highlight properly
Mar 10, 2020
Rainer Schuetze
Mar 10, 2020
Manu
Mar 23, 2020
Rainer Schuetze
Mar 23, 2020
Rainer Schuetze
March 10, 2020
https://issues.dlang.org/show_bug.cgi?id=20654

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
This is a rather recent addition to the language (including `package`). It is supported by the dmd based engine, but DParser won't keep up with all changes.

I can add it to the parser of that engine, though, but not in semantics.

--
March 10, 2020
https://issues.dlang.org/show_bug.cgi?id=20654

--- Comment #2 from Manu <turkeyman@gmail.com> ---
Oh whoops, I didn't realise I wasn't using the DMD engine. I just re-installed on my work PC, and it's not the default.

--
March 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20654

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
fixed in https://github.com/dlang/visuald/releases/tag/v0.52.0

--
March 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20654

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--