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:
Basile Burg 2018-08-03 00:44:52 +02:00
parent 401c33abaa
commit 599b6a5a23
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 8eb3cacdb31512934e9a538af8963b4347ab90f3 Subproject commit 3b546ed2b2551f61e0cf30d04f45682546387422

View File

@ -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