Thread overview
[Issue 20696] Should error when retrieving mangling while the type is not yet final
Mar 24, 2020
Walter Bright
Mar 24, 2020
Walter Bright
Mar 24, 2020
Dlang Bot
Mar 24, 2020
Mathias LANG
Mar 24, 2020
Walter Bright
Mar 28, 2020
Dlang Bot
March 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20696

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=17451

--
March 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20696

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|https://issues.dlang.org/sh |https://issues.dlang.org/sh
                   |ow_bug.cgi?id=17451         |ow_bug.cgi?id=17541

--
March 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20696

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 #10961 "Fix Issue 20696 - Should error when retrieving mangling while the typ…" fixing this issue:

- Fix Issue 20696 - Should error when retrieving mangling while the type is not yet final

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

--
March 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20696

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com

--- Comment #2 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Looks like a duplicate of https://issues.dlang.org/show_bug.cgi?id=15431

--
March 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20696

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=15431

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
15431 is related, but a different problem requiring a different solution.

--
March 28, 2020
https://issues.dlang.org/show_bug.cgi?id=20696

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10961 "Fix Issue 20696 - Should error when retrieving mangling while the typ…" was merged into master:

- c4e6520f862b80dbb3756c05c29a4fcd25aa7d5d by Walter Bright:
  Fix Issue 20696 - Should error when retrieving mangling while the type is not
yet final

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

--