Commit Graph

78 Commits

Author SHA1 Message Date
WebFreak001 691bc1a9a7 Fix dubhash.d for packages depending on dscanner 2018-12-09 12:33:03 +01:00
BBasile 793e469f53
Update dparse to get latest feature and fix for phobos linting (#720) 2018-11-26 11:56:17 +01:00
BBasile f585c383f1
update to dparse 0.10.x (#713) 2018-11-22 22:57:25 +01:00
Laurent Tréguier 43e010d9e8
Prevent dub from blindly rebuilding every time 2018-11-14 18:18:13 +01:00
some-bot f87e062545 Updated libdparse to v0.9.10. 2018-10-13 12:59:45 +00:00
Dlang Community Bot 83a99f6f16 Update dlibparse to v0.9.9 (#707)
Update dlibparse to v0.9.9
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-10-03 15:09:01 +02:00
Basile Burg 3c463ce0bc Update dsymbol
Something, despite of working fine, was not done correctly previously so this update is just a matter a safety although no problems had been exprerienced, maybe due to the fact that it's not been officialy released. (it was the fix for #697)
2018-09-16 20:12:33 +02:00
Basile Burg c1b274b25c fix #697 - Illegal instruction when checking anonymous class 2018-09-16 15:57:02 +02:00
some-bot 8223db16e0 Updated libdparse to v0.9.8. 2018-09-15 15:49:16 +00:00
BBasile e1f8395dbd
fix dubhash.txt containing a dstring
This is the same
2018-09-04 15:34:02 +02:00
Basile Burg 50f23e3c59 fix #692 - `do` exptected after InStatement or OutStatement 2018-09-01 01:51:24 +02:00
Basile Burg 7494c5fb14 Update dparse to fix possible infinite loop and adapt to ParameterAttribute 2018-08-29 18:19:58 +02:00
Basile Burg 4755543ce5 fix parser error by pulling latest dparse 2018-08-09 14:17:53 +02:00
Basile Burg a6b7314c17 update dsymbol 2018-08-03 00:14:01 +02:00
Basile Burg 2198c32dfe Update dparse to support the new enum member attributes 2018-08-02 18:37:20 +02:00
Basile Burg 99390ef872 fix #677 - Add support for expression-based contracts 2018-07-28 21:30:03 +02:00
Basile Burg f3a952853a fix #649 - Usage of body as identifier causes a lot of false errors 2018-06-14 14:10:10 +02:00
Sebastian Wilzbach bb0549fd72 Fix #651 - Version naming inconsistency 2018-06-04 23:20:11 +02:00
Basile Burg 851de4a06e fix #644 - Crash while writing if statements 2018-06-02 05:11:38 +02:00
BBasile c61a2a0cfa Update std allocator to 2.77.2 (#637)
Update std allocator to 2.77.2
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-22 11:50:55 +02:00
Basile Burg 67a8257d7b 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.
2018-05-14 16:37:59 +02:00
Basile Burg c824ba4e1c Update dependencies - possible fix for D Bugzilla 18667 2018-05-04 22:30:37 +02:00
Sebastian Wilzbach f0971ec795
Merge pull request #621 from LaurentTreguier/patch-3
Fix pre-generate command on Windows
2018-04-30 13:02:31 +02:00
Laurent Tréguier 7d94b092a9
Update dependencies 2018-04-28 20:07:23 +02:00
Laurent Tréguier 455c9175b2
Fix pre-generate command on Windows 2018-04-28 16:06:05 +02:00
Basile Burg 7bbddf2dd6 update inifile in order to close #612 2018-04-22 22:22:35 +02:00
Sebastian Wilzbach 5bce2daa4a Generate a valid version for the DUB build 2018-04-06 10:44:19 +02:00
Laurent Tréguier 0a60fba946
Update dependencies 2018-04-04 19:40:45 +02:00
Basile Burg 67e0f8a9e4 Use new config name override instead of breaking existing ini 2018-03-30 23:59:36 +02:00
Sebastian Wilzbach 1d1bcb6b62 Fix #568 - Add multi-line support for .dscanner.ini 2018-03-24 12:35:54 +01:00
some-bot d7cf48f9cd Updated libdparse to v0.8.0-alpha.5. 2018-02-17 01:37:24 +00:00
Sebastian Wilzbach f81b01bbfd Bump depenencies 2018-02-11 16:05:07 +01:00
Sebastian Wilzbach efb0582d2c Switch to use the frozen stdx-allocator 2018-02-11 16:05:07 +01:00
Basile Burg c7d14f29da fix #554 - ~master, infinite loop with -S and std.traits 2018-02-01 14:22:47 +01:00
Basile Burg 9b689e5d5f use version of libddoc based on dparse 0.8.0 2018-01-30 07:25:48 +01:00
Basile Burg 10bf4725c0 update dependencies and adapt to TypeIdentifierPart & DeclaratorIdentList 2018-01-29 12:31:33 +01:00
Basile Burg 187d276973 update dparse 2017-12-26 20:34:22 +01:00
Sebastian Wilzbach b4c45aa402 Update libdparse to v0.7.2-alpha.3 (#537)
Update libdparse to v0.7.2-alpha.3
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-11-20 17:17:19 +01:00
Basile Burg ec8b21f8a3
update dparse to prevent a dparse problem 2017-11-06 22:02:17 +01:00
Sebastian Wilzbach c3452932b9 Upgrade libdparse for static foreach 2017-09-11 02:33:36 +02:00
Basile Burg d27263a0ae
update dparse - could stuck because of AA lit bug 2017-08-24 11:03:22 +02:00
Basile Burg 7ee23b3d73 fix deprecations messages related to message function (#503)
* fix deprecations messages related to message function

* update dsymbol as a git submodule too
2017-07-27 12:16:52 +02:00
Basile Burg 3cb40148c1
update dparse for the --ast option 2017-07-12 10:24:19 +02:00
Basile Burg 672c665d51 DUB project, out put to bin 2017-07-04 09:58:00 +02:00
Sebastian Wilzbach 45ef861268 Fix #457 - Allow to apply checks only for specific modules (#460)
* Fix #457 - Allow to apply checks only for specific modules

* update inifiled to 1.0.2

* Compile dependencies separately, s.t. their unittests don't get executed
2017-06-30 04:31:07 +02:00
Sebastian Wilzbach 6ca85419eb Update libdparse to 0.7.1-beta.5 2017-06-29 09:24:56 +02:00
Sebastian Wilzbach 7de68bf5f9 Make Dscanner usable as a library (#469) 2017-06-20 10:40:57 +03:00
Basile Burg 596135f596
fix 454 - Ddoc for unions are not detected 2017-06-13 08:45:21 +02:00
Basile Burg 0e76c49b19
update libdparse 2017-06-13 02:39:24 +02:00
skl131313 254e04dcb3 Refactor travis to test and build dub in separate job. 2017-05-17 13:24:36 -04:00