[Issue 20172] using functions with full path and without preliminary import
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 28 08:26:54 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20172
Simen Kjaeraas <simen.kjaras at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |simen.kjaras at gmail.com
Resolution|--- |WONTFIX
--- Comment #1 from Simen Kjaeraas <simen.kjaras at gmail.com> ---
Is foo.bar.baz referring to the free function baz in the module foo.bar, or the
member baz in the type bar in the module foo? In addition to this ambiguity,
this effectively turns every typo into an expensive file system lookup.
--
More information about the Digitalmars-d-bugs
mailing list