On Tuesday, 22 March 2022 at 14:44:59 UTC, Marcone wrote:
Why is dmd unable to import modules installed by dub using the import command like it does with the Phobos library? He can't send these modules to Linker? Needing to be passed to dmd via command line. I think it could be all automatic.
dmd CAN do that. dub CHOOSES not to use this capability.This is a big reason why I hate dub so much. It doesn't use D's strengths at all.