Thread overview
[Issue 21585] add __traits(totype, string) to convert mangled type string to an existing type
Jan 26, 2021
Dlang Bot
Mar 14, 2021
Dlang Bot
Mar 15, 2021
Dlang Bot
Mar 16, 2021
Dlang Bot
Apr 02, 2021
Dlang Bot
January 26, 2021
https://issues.dlang.org/show_bug.cgi?id=21585

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #12156 "fix Issue 21585 - add __traits(totype, string) to convert mangled typ…" fixing this issue:

- fix Issue 21585 - add __traits(totype, string) to convert mangled type string
to an existing type

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

--
March 14, 2021
https://issues.dlang.org/show_bug.cgi?id=21585

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dlang.org pull request #2981 "fix Issue 21585 - add __traits(totype, string)" fixing this issue:

- fix Issue 21585 - add __traits(totype, string)

https://github.com/dlang/dlang.org/pull/2981

--
March 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21585

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12156 "fix Issue 21585 - add __traits(totype, string) to convert mangled typ…" was merged into master:

- 9d605db73a614541c4d622c879d9853d8b547d2a by Walter Bright:
  fix Issue 21585 - add __traits(totype, string) to convert mangled type string
to an existing type

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

--
March 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21585

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #2981 "fix Issue 21585 - add __traits(totype, string)" was merged into master:

- f8130348f00779ac97773608f6bbf53cfba893a1 by Walter Bright:
  fix Issue 21585 - add __traits(totype, string)

https://github.com/dlang/dlang.org/pull/2981

--
April 02, 2021
https://issues.dlang.org/show_bug.cgi?id=21585

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12339 "[dmd-cxx] Backport fixes and trivial features from upstream dmd" was merged into dmd-cxx:

- 94a716fb10dfb00c513e00dca55bcdf74083e8fd by Walter Bright:
  [dmd-cxx] fix Issue 21585 - add __traits(totype, string) to convert mangled
type string to an existing type

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

--