[Issue 23241] __traits getMember breaks compilation when hit an alias

2022-07-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23241

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Dlang Bot  ---
@maxhaton created dlang/dmd pull request #14298 "Fix Issue 23241 - Consider
types with no symbol (e.g. int) to have no…" fixing this issue:

- Fix Issue 23241 - Consider types with no symbol (e.g. int) to have no
attributes

https://github.com/dlang/dmd/pull/14298

--


[Issue 23241] __traits getMember breaks compilation when hit an alias

2022-07-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23241

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dlang Bot  ---
dlang/dmd pull request #14298 "Fix Issue 23241 - Consider types with no symbol
(e.g. int) to have no…" was merged into master:

- 251dbdf030280add92afea6fef45482926cc955d by mhh:
  Fix Issue 23241 - Consider types with no symbol (e.g. int) to have no
attributes

https://github.com/dlang/dmd/pull/14298

--