Dependency updates
This commit is contained in:
parent
10374061ea
commit
a046b490ee
2
dsymbol
2
dsymbol
|
@ -1 +1 @@
|
||||||
Subproject commit 59d1c260136d041a5c39e4e689cb839f60bb41df
|
Subproject commit 537d296d1feeee4d06d2f827e31932fd39d4e606
|
|
@ -1 +1 @@
|
||||||
Subproject commit 87e0a9d370e4202fb4883ff2a8b3e0fe40f47871
|
Subproject commit e411e3c77e97f7364e974f8fd4ae40ad44ab289e
|
|
@ -273,7 +273,7 @@ int main(string[] args)
|
||||||
if (request.kind & RequestKind.listImports)
|
if (request.kind & RequestKind.listImports)
|
||||||
{
|
{
|
||||||
AutocompleteResponse response;
|
AutocompleteResponse response;
|
||||||
response.importPaths = cache.getImportPaths().array();
|
response.importPaths = cache.getImportPaths().map!(a => cast() a).array();
|
||||||
ubyte[] responseBytes = msgpack.pack(response);
|
ubyte[] responseBytes = msgpack.pack(response);
|
||||||
info("Returning import path list");
|
info("Returning import path list");
|
||||||
s.send(responseBytes);
|
s.send(responseBytes);
|
||||||
|
|
Loading…
Reference in New Issue