Thread overview | |||||
---|---|---|---|---|---|
|
September 08, 2021 [Issue 6917] with() at global scope too | ||||
---|---|---|---|---|
| ||||
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 [Issue 6917] with() at global scope too | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6917 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P4 -- |
December 13 [Issue 6917] with() at global scope too | ||||
---|---|---|---|---|
| ||||
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 -- |
Copyright © 1999-2021 by the D Language Foundation