On Thursday, 22 March 2018 at 16:03:14 UTC, Seb wrote:
On Thursday, 22 March 2018 at 15:42:54 UTC, Radu wrote:
[...]
FYI: There were a few efforts to attempt this, e.g.
https://github.com/dlang/dmd/pull/5082
https://github.com/dlang/tools/pull/39
https://issues.dlang.org/show_bug.cgi?id=9285
In short: it's a bit complicated and no one has managed to get
it to the finish line so far.
However, with DMD's new DUB package this might be possible to
do without needing to be added to dlang/dmd and can start to
grow as a separate project.
OK, I guess it make sense to have it as an external tool that's
based on the dmdlib. Thanks for the pointers.