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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 2 13:41:41 UTC 2023


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

--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #15373 "merge stable" was merged into master:

- b358cebfa64f3bab300f549883dc703a2f55d6a4 by Teodor Dutu:
  Fix Issue 23965 - Disable deprecation checks for DRuntime hooks (#15315)

  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/15373

--


More information about the Digitalmars-d-bugs mailing list