yazd / DKit

DKit is a package to aid developing D programs using Sublime Text 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Could not unpack the response" DCD error when using newer versions of DCD

andrejp88 opened this issue · comments

I've set up DKit and while it mostly functions properly, I frequently get the following error:

image

I'm not sure under what circumstances it gets triggered. It only pops up when starting to type the name of a function/variable/type, but not always.

I found a workaround for now: The error appeared for me under version 0.10.2 of DCD, but reverting back to v0.9.1 (from around the time of the latest commit to the DKit repository), it seems to work just fine. However, I don't think this a long-term solution, because that version of DCD doesn't compile with the current stable version of dmd (2.086.1), due to hex strings becoming deprecated and some Phobos API changes.

Updating DCD to the latest stable version (v0.11.1) didn't work either.