[D-runtime] object_.d's underscore and a couple other questions
Sean Kelly
sean at invisibleduck.org
Wed Jan 15 13:37:21 PST 2014
On Jan 8, 2014, at 3:28 AM, Mike Franklin <slavo5150 at yahoo.com> wrote:
> Hello,
>
> Just curious, why the underscore object_.d's filename?
Because DMD implicitly imports the “object” module when compiling anything, and depending on the build setup this sometimes meant that object.d was being referenced rather than object.di, which caused a few weird problems.
More information about the D-runtime
mailing list