[Issue 16014] Concatenated strings don't work in deprecation messages on module statements

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed May 11 08:14:58 PDT 2016


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

--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Jack Stouffer from comment #2)
> It could at least be made to work with string literals and manifest
> constants, right?

I think it's not good to implement vulnerable behavior. It would just bloat
compiler maintenance cost.

By the way, do you have a concrete situation you would like to use
contatenation, manifest constant, or other compile time constructed message for
module deprecation?

--


More information about the Digitalmars-d-bugs mailing list