Why I need DUB? Will never DMD don't just use import for import packages?
Kagamin
spam at here.lot
Thu Apr 8 20:37:19 UTC 2021
On Monday, 29 March 2021 at 19:06:33 UTC, Marcone wrote:
> Why can't I just use: import vibe.vibe; for import packages
> like Nim or Python? Why I still use DUB?
Theoretically an rdmd-like tool can automatically infer
dependencies from imports (autodub?). But it can also easily
expose you to a supply chain attack.
More information about the Digitalmars-d-learn
mailing list