Problem with rdmd
Dicebot
public at dicebot.lv
Sat Aug 31 05:01:46 PDT 2013
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..
More information about the Digitalmars-d-learn
mailing list