https://issues.dlang.org/show_bug.cgi?id=12758
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|allow file names with |Compiler should infer |hyphens |acceptable module name when | |file name includes hyphens --- Comment #6 from yebblies <[email protected]> --- 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. --
