Thread overview
[Issue 6917] with() at global scope too
Sep 08, 2021
Dennis
Dec 17, 2022
Iain Buclaw
September 08, 2021
https://issues.dlang.org/show_bug.cgi?id=6917

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl

--- Comment #3 from Dennis <dkorpel@live.nl> ---
I like the idea too. The workaround I currently use is this:
```
private alias L = LongNamedEnum;
immutable LongNamedEnum[] array = [L.first, L.second, L.second];
```

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=6917

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--
December 13
https://issues.dlang.org/show_bug.cgi?id=6917

--- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/18379

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--