[Issue 22235] `core.demangle` does not support `noreturn`

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 14 22:45:41 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22235

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

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

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #3588 "Fix 22235 - Support noreturn in
core.demangle.demangle" was merged into stable:

- 70cd84c399a0ec7eddcf32444da064245eac8df7 by MoonlightSentinel:
  Fix 22235 - Support noreturn in core.demangle.demangle

  Recognize `Nn` in `parseType` and handle the ambiguity regarding
  attributes and `noreturn` as the first parameter (both use two
  characters and start with `N`).

https://github.com/dlang/druntime/pull/3588

--


More information about the Digitalmars-d-bugs mailing list