Update dsymbol and dparse
While updating D-Scanner for phobos a possible range violation in dsymbol has been discovered. Also a custom function body parser was not yet adapted to the expressions-based contracts. Dparse is also updated to allow the new syntax of enum members, which will come with DMDFE 2.082
This commit is contained in:
parent
401c33abaa
commit
599b6a5a23
2
dsymbol
2
dsymbol
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8eb3cacdb31512934e9a538af8963b4347ab90f3
|
Subproject commit 3b546ed2b2551f61e0cf30d04f45682546387422
|
||||||
4
dub.json
4
dub.json
|
|
@ -7,8 +7,8 @@
|
||||||
],
|
],
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dsymbol": "~>0.4.0",
|
"dsymbol": "~>0.4.1",
|
||||||
"libdparse": "~>0.9.0",
|
"libdparse": "~>0.9.1",
|
||||||
"msgpack-d": "~>1.0.0-beta.3",
|
"msgpack-d": "~>1.0.0-beta.3",
|
||||||
"stdx-allocator": "~>2.77.2"
|
"stdx-allocator": "~>2.77.2"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 11c0eae616ff36414a05334e4841a27caf0bc91c
|
Subproject commit 0356d17fdfc6bbd0f469ec1e20b1249fa65a922a
|
||||||
Loading…
Reference in New Issue