Jan Jurzitza
Jan Jurzitza
tests failing, this also needs changes in code-d and a migration plan for old code-d versions
currently I don't think it's a high priority, especially on unix it's just `serve-d` as the only file and on windows there are only 3 copied DLLs, which I'm not...
the inlay hints have already been standardized in the protocol for a while
yes sourceLibrary is kinda broken because of how it is handled by dub internally. (It's like targetType none, since it doesn't output anything) Local dependencies should work fine, I think...
@ryuukk from #323: I just noticed it's possible to get AST after all semantic phases with DMD What if server-d would manage to get that output to retrieve proper type...
yeah sorry about the delay, could you also auto-format your ccdb files? There seems to be mixed spaces and tabs occasionally.
@lucasnethaj the import paths are gathered from DUB inside workspaced/com/dub.d (it registers itself through `importPathProvider = &imports;` in `load()`) in workspaced/com/dcd.d it uses the importPathProvider through just the property `importPaths`,...
yeah results are not ideal, but nice to see that the issue is actually gone, although it worries me a bit that we haven't really touched the code here to...
yes I've got all repositories checked out as git repositories the total size of the entire dub registry all packages 1 month ago is 22GB (no built artifacts)
there doesn't seem to be any throttling for cloning git repositories, I just fetch them all in sequence without any delays every few hours