[Issue 19708] Can't use __traits(getAttributes, ...)[...] as a type

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19708 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 19708] Can't use __traits(getAttributes, ...)[...] as a type

2019-07-06 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #6 from Dlang Bot --- dlang/dmd pull request #10144 "fix issue 19708 - Can't use __traits(getAttributes, ...)[...] as a type" was merged into stable: - caf888bd949a119c2136be6ee7011eedbf3f5f0b by Basile Burg: fix issue 19708 - Can't use __traits(get

[Issue 19708] Can't use __traits(getAttributes, ...)[...] as a type

2019-07-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19708 --- Comment #5 from Dlang Bot --- @Basile-z created dlang/dmd pull request #10144 "fix issue 19708 - Can't use __traits(getAttributes, ...)[...] as a type" fixing this issue: - fix issue 19708 - Can't use __traits(getAttributes, ...)[...]

[Issue 19708] Can't use __traits(getAttributes, ...)[...] as a type

2019-07-06 Thread d-bugmail--- via Digitalmars-d-bugs
-z created dlang/dmd pull request #10143 "fix issue 19708 - Can't use __traits(getAttributes, ...)[...] as a type" fixing this issue: - fix issue 19708 - Can't use __traits(getAttributes, ...)[...] as a type https://github.com/dlang/dmd/pull/10143 --

[Issue 19708] Can't use __traits(getAttributes, ...)[...] as a type

2019-07-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19708 --- Comment #3 from Basile-z --- Most of the fix is easy but the part involving an index is more complicated because there's a kind of precedence problem: alias d = __traits(getAttributes, bar)[0]; is more like (using parens to explain even if

[Issue 19708] Can't use __traits(getAttributes, ...)[...] as a type

2019-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19708 Basile-z changed: What|Removed |Added Keywords||rejects-valid --

[Issue 19708] Can't use __traits(getAttributes, ...)[...] as a type

2019-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19708 Basile-z changed: What|Removed |Added Status|RESOLVED|REOPENED Hardware|x86_64

[Issue 19708] Can't use __traits(getAttributes, ...)[...] as a type

2019-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19708 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|