fix #493 - regression, crash when trying to get completion for selective import

This commit is contained in:
Basile Burg 2018-06-11 12:37:03 +02:00
parent 6765ca1294
commit ddd7c3801f
5 changed files with 10 additions and 2 deletions

@ -1 +1 @@
Subproject commit b8c7663045268dd4660a16fc4f76d8f7196f6952
Subproject commit 77c4a1140a38828cc10da718519815635873bfae

View File

@ -7,7 +7,7 @@
],
"license": "GPL-3.0",
"dependencies": {
"dsymbol": "~>0.3.8",
"dsymbol": "~>0.3.9",
"libdparse": "~>0.8.6",
"msgpack-d": "~>1.0.0-beta.3",
"stdx-allocator": "~>2.77.2"

View File

@ -0,0 +1,2 @@
identifiers
Point s

View File

@ -0,0 +1 @@
import point:;

View File

@ -0,0 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c13 > actual.txt
diff actual.txt expected.txt