[Issue 24136] Support shortened methods syntax

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 2 13:48:55 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=24136

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

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

--- Comment #5 from Rainer Schuetze <r.sagitario at gmx.de> ---
The errors shown are from intellisense. This is caused by the fact that the
dmd-engine used for intellisense has not been updated in a while, but the
imported files from phobos and druntime are newer. So it fails to recognize
some constructs introduced by later dmd releases. Unfortunately, this also goes
the other way: a newer engine might expect specific declaration/templates in
the runtime that older versions don't have.

The compilation is not affected (as long as the command line interface to dmd
is not changed), the link error is caused by dmd 2.094 not knowing about VS
2022.

--


More information about the Digitalmars-d-bugs mailing list