Bug 19547 – New 2.082 Attributes on Enum Member prevent from formatting

Status
NEW
Severity
normal
Priority
P3
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2019-01-04T04:56:10Z
Last change time
2024-12-01T16:34:43Z
Keywords
rejects-valid
Assigned to
No Owner
Creator
kekeniro2
Moved to GitHub: phobos#9769 →

Comments

Comment #0 by kekeniro2 — 2019-01-04T04:56:10Z
The below code failed in std.traits.EnumSpecificMembers, with a dozen of errors(with 2.084). I think this is a phobos issue. import std.stdio; enum DeprTest { normal, deprecated depr, @disable dis, } void main() { writeln( DeprTest.normal ); }
Comment #1 by kekeniro2 — 2019-01-04T10:14:20Z
Modified the subject's typo.
Comment #2 by robert.schadek — 2024-12-01T16:34:43Z
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/9769 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB