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

Boris Carvajal <boris...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |boris...@gmail.com
         Resolution|DUPLICATE                   |---

--- Comment #4 from Boris Carvajal <boris...@gmail.com> ---
Although similar to issue 14501 this doesn't deal with enums (that seems more
hard to fix).

I have a working solution for the examples except the Atila's last part:

    import foo.bar;
    pragma(msg, foo.bar.stringof); // "package bar"
    import oops = foo.bar;
    pragma(msg, oops.stringof);    // "module bar"

which I think belongs to another bug report.

--

Reply via email to