Dependency updates

This commit is contained in:
Hackerpilot 2016-09-06 15:22:32 -07:00
parent 10374061ea
commit a046b490ee
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 59d1c260136d041a5c39e4e689cb839f60bb41df
Subproject commit 537d296d1feeee4d06d2f827e31932fd39d4e606

@ -1 +1 @@
Subproject commit 87e0a9d370e4202fb4883ff2a8b3e0fe40f47871
Subproject commit e411e3c77e97f7364e974f8fd4ae40ad44ab289e

View File

@ -273,7 +273,7 @@ int main(string[] args)
if (request.kind & RequestKind.listImports)
{
AutocompleteResponse response;
response.importPaths = cache.getImportPaths().array();
response.importPaths = cache.getImportPaths().map!(a => cast() a).array();
ubyte[] responseBytes = msgpack.pack(response);
info("Returning import path list");
s.send(responseBytes);