[Issue 18625] mixin(__MODULE__) in string mixin results in undefined identifier in certain cases

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 30 22:08:48 UTC 2022


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

Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com

--- Comment #2 from Adam D. Ruppe <destructionator at gmail.com> ---
general problem here is the compiler likes to pretend modules have one name and
are part of a package instead of just being a thing that has multiple parts
separated by dots in the one thing. so painful, module reflection needs work

--


More information about the Digitalmars-d-bugs mailing list