Commit Graph

1345 Commits

Author SHA1 Message Date
WebFreak001 71d5e09019 Build tagged releases in CIs 2018-12-27 16:36:35 +01:00
Sebastian Wilzbach 09cb316c39
Merge pull request #733 from WebFreak001/fix-dub-dep-build
Fix dubhash.d for packages depending on dscanner
2018-12-09 12:56:15 +01:00
WebFreak001 691bc1a9a7 Fix dubhash.d for packages depending on dscanner 2018-12-09 12:33:03 +01:00
BBasile 058d024da2 specify how -S works with folders and cwd (#730)
specify how -S works with folders and cwd
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-11-30 17:19:39 +01:00
BBasile 9ef6d0aec1 fix - adaptation to correct DIP 1009 impl. was incomplete (#728)
fix - adaptation to correct DIP 1009 impl. was incomplete
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-11-29 09:51:23 +01:00
BBasile 83c89ddc22 fix #721 - disable GC while scanning to prevent GC to dispose some AST members (#725)
fix #721 - disable GC while scanning to prevent GC to dispose some AST members
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-11-29 08:41:08 +01:00
BBasile 5f3b973d9a fix #721 - prevent crash caused by DMD inliner (#726)
fix #721 - prevent crash caused by DMD inliner
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-11-28 00:12:58 +01:00
The Dlang Bot c57a944506
Merge pull request #724 from BBasile/issue-723
fix #723 - segfault when running D-Scanner master against dparse repo with -S
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-11-27 14:55:15 +01:00
Basile Burg 8d3dcc55bc fix #723 - segfault when running D-Scanner master against dparse repo with -S 2018-11-27 14:40:12 +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
The Dlang Bot 6928051bc5
Merge pull request #714 from LaurentTreguier/dubhash
Prevent dub from blindly rebuilding every time
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-11-14 18:52:15 +01:00
Laurent Tréguier 43e010d9e8
Prevent dub from blindly rebuilding every time 2018-11-14 18:18:13 +01:00
BBasile df035368e2 Prevent running CI twice when PRs are originated from the origin (#712)
Prevent running CI twice when PRs are originated from the origin
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-11-02 06:04:44 +01:00
The Dlang Bot 272ae6370b
Merge pull request #710 from some-bot/merge-libdparse-v0.9.10
Update dlibparse to v0.9.10
merged-on-behalf-of: Dlang Community Bot <some-bot@users.noreply.github.com>
2018-10-13 16:11:23 +02:00
some-bot f87e062545 Updated libdparse to v0.9.10. 2018-10-13 12:59:45 +00:00
The Dlang Bot a1c8ccbc72
Merge pull request #708 from BBasile/bat-m
bat script supports -m32 and -m64
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-10-07 15:50:11 +02:00
Basile Burg 70a5793f1f bat script supports -m32 and -m64 2018-10-07 15:34:12 +02: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
The Dlang Bot 150eb41bc5
Merge pull request #704 from BBasile/upd-dsymbol
Update dsymbol
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-16 20:29:16 +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
The Dlang Bot 19f08780c3
Merge pull request #703 from BBasile/issue-696
fix #696 - Unused variable fake positive with UFCS
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-16 20:03:20 +02:00
Basile Burg aebb5b4a4c fix #696 - Unused variable fake positive with UFCS
Apparently it was a bug not only specific to the UFCS.
Now every use of the member access operator is handled.
2018-09-16 16:58:39 +02:00
The Dlang Bot 164ab74338
Merge pull request #702 from BBasile/issue-697
fix #697 - Illegal instruction when checking anonymous class
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-16 16:34:36 +02:00
Basile Burg c1b274b25c fix #697 - Illegal instruction when checking anonymous class 2018-09-16 15:57:02 +02:00
The Dlang Bot 37a27c9871
Merge pull request #701 from some-bot/merge-libdparse-v0.9.8
Update dlibparse to v0.9.8, fix #700
merged-on-behalf-of: Dlang Community Bot <some-bot@users.noreply.github.com>
2018-09-15 18:06:36 +02:00
some-bot 8223db16e0 Updated libdparse to v0.9.8. 2018-09-15 15:49:16 +00:00
The Dlang Bot b311b91f2a
Merge pull request #699 from WebFreak001/fix-698
Fix #698
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-14 15:02:36 +02:00
WebFreak001 aeebbf85ae Fix #698 2018-09-13 16:42:21 +02:00
The Dlang Bot c611a872c7
Merge pull request #695 from dlang-community/dubhash
fix dubhash.txt containing a dstring
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-04 15:50:05 +02:00
BBasile e1f8395dbd
fix dubhash.txt containing a dstring
This is the same
2018-09-04 15:34:02 +02:00
The Dlang Bot 4bb39adc13
Merge pull request #694 from BBasile/issue-692
fix #692 - `do` exptected after InStatement or OutStatement
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-09-01 02:10:19 +02:00
Basile Burg 50f23e3c59 fix #692 - `do` exptected after InStatement or OutStatement 2018-09-01 01:51:24 +02:00
The Dlang Bot ed5bfe7269
Merge pull request #691 from BBasile/dparse-attrib-inloop
Update dparse to fix possible infinite loop and adapt to ParameterAttribute
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-30 11:52:03 +02:00
Basile Burg 7494c5fb14 Update dparse to fix possible infinite loop and adapt to ParameterAttribute 2018-08-29 18:19:58 +02:00
The Dlang Bot 1b3d90d6b2
Merge pull request #689 from dlang-community/disa-init-check
Set the check for useless init disabled by default
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-22 16:48:59 +02:00
BBasile 1b503656d4
Set the check for useless init disabled by default 2018-08-22 16:32:40 +02:00
Sebastian Wilzbach 84f3608dd8
Merge pull request #688 from dlang-community/BBasile-patch-1
Disable useless init chek by default
2018-08-22 16:00:01 +02:00
BBasile 2c553d3d6d
Disable useless init chek by defaukt 2018-08-22 13:58:13 +02:00
The Dlang Bot 44e0092b88
Merge pull request #686 from BBasile/issue-685
fix #685 - Useless final attribute detects false positives
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-08-14 11:09:35 +02:00
Basile Burg f0000f4a01 fix #685 - Useless final attribute detects false positives 2018-08-14 10:43:59 +02:00
The Dlang Bot 3a859d39c4
Merge pull request #682 from BBasile/alias-this-non-dot-exp
fix parser error by pulling latest dparse
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-09 14:36:34 +02:00
Basile Burg 4755543ce5 fix parser error by pulling latest dparse 2018-08-09 14:17:53 +02:00
The Dlang Bot a8047296a3
Merge pull request #681 from BBasile/gen-githash-in-bin
Generates the githash file in bin so that not visible in git staging area
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-08-03 18:50:59 +02:00
Basile Burg 4bd91c26af Generates the githash file in bin so that not visible in git staging area 2018-08-03 18:37:13 +02:00
The Dlang Bot e4ee46366d
Merge pull request #680 from BBasile/upd-ds
update dsymbol
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-03 00:28:50 +02:00
Basile Burg a6b7314c17 update dsymbol 2018-08-03 00:14:01 +02:00
The Dlang Bot 4fb1e71c7c
Merge pull request #679 from BBasile/upd-dparse
Update dparse to support the new enum member attributes
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-02 19:20:35 +02:00
Basile Burg 2198c32dfe Update dparse to support the new enum member attributes 2018-08-02 18:37:20 +02:00
The Dlang Bot 45ee3d5bb1
Merge pull request #678 from BBasile/issue-677
fix #677 - Add support for expression-based contracts
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-29 16:26:28 +02:00