[Issue 17625] Confusing error message for private functions in different modules

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 10 14:14:46 PDT 2017


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

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
I also get another line from the compiler, before the two shown:

zmain.d(3): Deprecation: zmain.boo is not visible from module zmain

This adds to the confusion because there is no "boo" in zmain (the compiler is
referring to the overload set created by the imports).

But it also points that it is related to 313/314, so when the deprecation
period of those expires, the error messages may change.

--


More information about the Digitalmars-d-bugs mailing list