[Issue 24136] New: Support shortened methods syntax
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 4 18:03:53 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=24136
Issue ID: 24136
Summary: Support shortened methods syntax
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: major
Priority: P1
Component: visuald
Assignee: nobody at puremagic.com
Reporter: desisma at heidel.beer
Visual D seems to lack support for the shortened methods syntax.
This prevents a simple Hello World from compiling when the user has a recent
copy of the Phobos src installed. That’s because VS doesn’t even to try
compiling it when it runs into an error during code analysis, as it seems.
Culprit appears to be Phobos PR #8713[0] which brought short.m.s to std.range.
ArokhSlade from the community Discord reports that their project compiles fine
when manually running the compiler via CLI.
[0] https://github.com/dlang/phobos/pull/8713
--
More information about the Digitalmars-d-bugs
mailing list