update dependencies, fix some possible crash during linting
fixes are in dparse and previous dsymbol version didn't work with newest dparse so it's updated as well.
This commit is contained in:
parent
fc1e247b9e
commit
67a8257d7b
|
@ -1 +1 @@
|
|||
Subproject commit d0458897a60137a84f88eefcdd5a0b12ac07cbe7
|
||||
Subproject commit c261fa119072ce788ef81b8d8fee9a2adddca5d1
|
2
dsymbol
2
dsymbol
|
@ -1 +1 @@
|
|||
Subproject commit 52625b8612e503f8ae1d481a1cd3d52982e73fb9
|
||||
Subproject commit e018446b028b92c34398032e698c05c0919630ee
|
6
dub.json
6
dub.json
|
@ -12,10 +12,10 @@
|
|||
"StdLoggerDisableWarning"
|
||||
],
|
||||
"dependencies" : {
|
||||
"libdparse" : "~>0.8.1",
|
||||
"dsymbol" : "~>0.3.5",
|
||||
"libdparse" : "~>0.8.5",
|
||||
"dsymbol" : "~>0.3.7",
|
||||
"inifiled" : "~>1.3.1",
|
||||
"emsi_containers" : "~>0.8.0-alpha.6",
|
||||
"emsi_containers" : "~>0.8.0-alpha.7",
|
||||
"libddoc" : "~>0.3.0-beta.1",
|
||||
"stdx-allocator" : "~>2.77.0"
|
||||
},
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 00e0c70c0f74c98a26d629f86618376fc4849c47
|
||||
Subproject commit 157d572401d92bc0639c53e700c58018b6b29f06
|
|
@ -311,7 +311,7 @@ final class UnusedVariableCheck : BaseAnalyzer
|
|||
interestDepth++;
|
||||
withStatetement.expression.accept(this);
|
||||
interestDepth--;
|
||||
withStatetement.statementNoCaseNoDefault.accept(this);
|
||||
withStatetement.declarationOrStatement.accept(this);
|
||||
}
|
||||
|
||||
override void visit(const Parameter parameter)
|
||||
|
|
Loading…
Reference in New Issue