[Issue 12758] Compiler should infer acceptable module name when file name includes hyphens
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun May 18 05:13:27 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12758
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
Summary|allow file names with |Compiler should infer
|hyphens |acceptable module name when
| |file name includes hyphens
--- Comment #6 from yebblies <yebblies at gmail.com> ---
I don't think the compiler should be guessing what you wanted the module to be
called. If you want to name your files with non-identifier characters that's
fine, but you will have to use a module declaration.
--
More information about the Digitalmars-d-bugs
mailing list