Compile Imported Modules
user1234 via Digitalmars-d
digitalmars-d at puremagic.com
Fri Aug 25 23:31:11 PDT 2017
On Friday, 25 August 2017 at 19:20:15 UTC, Jonathan Marler wrote:
> On Friday, 25 August 2017 at 13:15:35 UTC, Daniel N wrote:
>> On Friday, 25 August 2017 at 13:03:11 UTC, Jonathan Marler
>> wrote:
>>> I can do:
>>>
>>> dmd -ci prog.d -Isomelib -Ianotherlib
>>
>> I love it, thanks for doing this!
>
> Thanks, I think this is a really nice feature. I've uploaded
> my build so that people can try it out here
> (https://github.com/marler8997/dmd/releases/tag/preview-compileimports).
>
> Just download and unzip dmd2.zip, then run the addtopath.bat
> script in any shell you want to use this compiler in. Thanks
> in advance to anyone who gives it a try and shares their
> thoughts.
How does that mix with implicit imports (public imports located
in an explicit import) ?
More information about the Digitalmars-d
mailing list