Skip to content

Commit

Permalink
fix #493 - regression, crash when trying to get completion for select…
Browse files Browse the repository at this point in the history
…ive import
  • Loading branch information
Lars-Kristiansen committed Jun 11, 2018
1 parent 6765ca1 commit ddd7c38
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsymbol
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions tests/tc_selective_import_list/expected.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
identifiers
Point s
1 change: 1 addition & 0 deletions tests/tc_selective_import_list/file.d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import point:;
5 changes: 5 additions & 0 deletions tests/tc_selective_import_list/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set -e
set -u

../../bin/dcd-client $1 file.d -c13 > actual.txt
diff actual.txt expected.txt

0 comments on commit ddd7c38

Please sign in to comment.