On 4/25/20 9:01 AM, bauss wrote:
> On Saturday, 25 April 2020 at 10:35:49 UTC, Stefan Koch wrote:
>> The main problem with this is that it does not take string imports
>> into account
[...]
> Yeah, doesn't look like it which means it might not be useful in
> projects that does a lot of compile-time stuff.
>
> There is no way to determine the import statements either as those
> themselves can be generated at compile-time.
Luckily, dmd gives all of that information with both -v and -X command
line switches.
However, currently dmdcache doesn't seem to look for string imports;
opportunity for improvement. :)
Ali