Problem with rdmd

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Aug 31 10:42:22 PDT 2013


On 8/30/13 6:32 AM, 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?

One possible solution would be for rdmd to create a link in its 
temporary directory to the original file. (The link would have a .d 
extension.)

Andrei



More information about the Digitalmars-d-learn mailing list