On Friday, 30 August 2013 at 13:32:25 UTC, eles wrote:
On Friday, 30 August 2013 at 11:34:59 UTC, Jacob Carlborg wrote:
On 2013-08-30 09:39, eles wrote:
I'm pretty sure it's DMD that is the problem.
Yes. But that's, the least to say, limiting.
This:
https://github.com/D-Programming-Language/tools/blob/master/rdmd.d#L160
should be solved in other manner. Maybe creating a temporary
copy. Or forcing dmd in some ways. Besides, for what reasons
dmd would impose a .d extension?
This is an ancient dmd misfeature - it treats `dmd test` as `dmd
test.d`, adding .d silently. No idea if someone actually wants
this behavior..