[Issue 23965] [REG2.101.0] Appending deprecated structs in deprecated function causes deprecation message

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 19 09:57:27 UTC 2023


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

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/dmd pull request #15315 "Fix Issue 23965 - Disable deprecation checks for
DRuntime hooks" was merged into stable:

- 5a722cd8dd92523470fc9a03aaf03c6e9fd49e44 by Teodor Dutu:
  Fix Issue 23965 - Disable deprecation checks for DRuntime hooks

  Lowerings to runtime hooks can be made from deprecated contexts, which
  results in incorrect deprecation messages of the deprecated context
  calling an undeprecated hook. Since hooks aren't going to be deprecated,
  this check may be disabled.

  Signed-off-by: Teodor Dutu <teodor.dutu at gmail.com>

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

--


More information about the Digitalmars-d-bugs mailing list