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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@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.d...@gmail.com>

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

--

Reply via email to