Closed ghost closed 5 years ago
This is caused by the fact that you are manually importing a folder inside another folder that's already imported (the current directory is automatically imported).
Can you add an option to disable importing the workspace and probably submodules too. I'd just want the D standard library to be automatically imported and then manually specify which folders to use as import paths for my project.
I've added a d.init.symbol.autoImports
option to disable automatic imports in v0.21.10
Perfect, it definitely works now lol. Thanks!
Still have the issue. It worked at least once when I tried it but can't get it to work anymore. I uploaded a different project configuration if you want to see if you can reproduce it. It works fine if the "Core" folder is in the workspace directory. But otherwise it doesn't work. Full module imports work as well, but not package.d imports that do public imports eg
import Core
. Tested with DCD and it works fine there.dlserror.zip