rename file, execute os, etc at compile time
Stefan Koch via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Aug 7 17:59:00 PDT 2017
On Monday, 7 August 2017 at 00:07:26 UTC, Johnson Jones wrote:
> On Sunday, 6 August 2017 at 23:11:56 UTC, Nicholas Wilson wrote:
>> On Sunday, 6 August 2017 at 19:56:06 UTC, Johnson Jones wrote:
>>> [...]
>>
>> It is deliberately not possible. reproducible builds security
>> ect.
>> have a look at dubs preBuildCommand(?)
>
> So it is intensionally preventing me from doing something I
> should be able to do if I want without issue because it thinks
> I will harm myself?
>
It has more profound reasons, more so then security it's a
reproducibility issue.
Also it would complicate the ctfe system.
More information about the Digitalmars-d-learn
mailing list