https://issues.dlang.org/show_bug.cgi?id=13605
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #10 from Vladimir Panteleev <[email protected]> --- No, no, no, no, no. Module names must match file names. The compiler allowed them to not match mainly for historical reasons (compatibility with C build systems). Nowadays build / instrumentation / etc. tools all make this assumption. Perpetuating this anti-feature is only harming the D ecosystem by putting unreasonable burden on tool developers. The task as described in the original issue description is canonically solved with a public import. --
