ZombineDev
778411c12b
Revert "Workaround 17506 by excluding treemap.d ( #459 )"
...
This reverts commit 80b831adda
.
The workaround is no longer necessary as the problematic
feature has been reverted from dmd-nightly.
2017-06-18 22:25:32 +03:00
Basile Burg
db46595870
Revert "set more def bucket count to get better perfs on huge modules ( #462 )"
...
This reverts commit d8ee9a3e4b
.
2017-06-18 03:08:22 +02:00
Basile Burg
d8ee9a3e4b
set more def bucket count to get better perfs on huge modules ( #462 )
2017-06-17 13:57:22 +02:00
Sebastian Wilzbach
80b831adda
Workaround 17506 by excluding treemap.d ( #459 )
...
* Workaround 17506 by excluding treemap.d
* Add Bugzilla and GitHub references for workaround 17506
2017-06-16 08:22:14 +03:00
Sebastian Wilzbach
cf3d702720
Fix deprecations ( #458 )
...
* Properly import core.exception in analysis/helpers
* Remove the old std.string.removechars from useless_assert
2017-06-15 14:18:17 +03:00
Sebastian Wilzbach
764921634e
Add check for redundant attributes ( #441 )
2017-06-15 11:15:58 +02:00
Sebastian Wilzbach
18a8b6b15e
Merge pull request #455 from dlang-community/issue-454
...
fix #454 - Ddoc for unions are not detected
2017-06-15 00:16:45 +02:00
Sebastian Wilzbach
345f26465c
Allow duplicate braces in allman style ( #449 )
2017-06-13 15:37:53 +02:00
Basile Burg
596135f596
fix 454 - Ddoc for unions are not detected
2017-06-13 08:45:21 +02:00
Sebastian Wilzbach
8a53adc22a
Merge pull request #451 from dlang-community/update-dparse
...
update libdparse
2017-06-13 03:33:10 +02:00
Basile Burg
0e76c49b19
update libdparse
2017-06-13 02:39:24 +02:00
Sebastian Wilzbach
09205ddaf9
Add allman check ( #446 )
2017-06-12 13:33:23 +02:00
Sebastian Wilzbach
dab25d5e31
Fix more problems in the sorted import checker ( #445 )
...
* Sorted imports: put ConditionalDeclaration and IfStatement in a separate scope
* Allow intermediate imports
2017-06-12 11:26:43 +02:00
Sebastian Wilzbach
6d34b149a9
Fix #422 - False negative: sorted imports with : ( #444 )
...
* Fix #422 - False negative: sorted imports with :
* Fix #422 : Add another test
2017-06-12 10:29:20 +02:00
Sebastian Wilzbach
6fad779ec2
Fix #439 - Line length false positives in Phobos ( #440 )
2017-06-12 10:29:00 +02:00
skl131313
dc395eb3c8
Merge pull request #434 from skl131313/travis
...
Refactor travis to test and build dub in separate job.
2017-05-21 10:24:49 -04:00
Sebastian Wilzbach
3455c95752
Add dmd-nightly and ldc-beta to the Travis CI config ( #436 )
2017-05-20 19:07:10 +03:00
Brian Schott
8ebebb7575
Merge pull request #433 from wilzbach/dub-readme
...
Add installing with DUB instructions
2017-05-18 14:20:53 -07:00
skl131313
254e04dcb3
Refactor travis to test and build dub in separate job.
2017-05-17 13:24:36 -04:00
Basile Burg
6e9e841a9a
Add a check for useless initializers, close #285 ( #429 )
...
* Add a check for useless initializers, close #285
# Conflicts:
# src/analysis/config.d
* remove duplicated oror condition
* remove useless protection
* also handle several case of assignation to init
* assign to init, forgot to test for ".init"
* update with new configuration initialization
2017-05-17 17:46:10 +02:00
Basile Burg
28945dec81
Merge pull request #428 from BBasile/issue-352
...
fix #352 - False positive: Parameter is never used, pointers
2017-05-17 14:50:02 +02:00
Sebastian Wilzbach
efc771fc7a
Add installing with DUB instructions
2017-05-17 13:08:57 +02:00
skl131313
e844a98f4d
Merge pull request #430 from skl131313/travis-dub
...
Refactor travis config to include osx, dmd-beta, and dub.
2017-05-12 13:30:13 -04:00
Basile Burg
40b183aed9
fix #431 , Virtual call in ctor - problem with overloaded virtual methods ( #432 )
2017-05-12 15:25:58 +02:00
skl131313
a393d5f0be
Refactor travis config to include osx, dmd-beta, ldc2 and dub.
2017-05-12 00:55:21 -04:00
Richard Andrew Cattermole
67834d50df
Merge pull request #412 from BBasile/issue-406
...
disable Phobos-specific checks by default, close #406
2017-05-12 16:39:01 +12:00
Basile Burg
cd5dbd84e0
in storage class doesn't mean ref/assignable
2017-05-08 18:24:15 +02:00
Basile Burg
1a2232f724
update readme badge address ( #427 )
...
update readme badge address
2017-05-08 16:26:35 +02:00
Basile Burg
004847624b
fix #352 - False positive: Parameter is never used, pointers
2017-05-08 15:39:01 +02:00
Basile Burg
7a74a70e85
disable Phobos-specific checks by default, close #406
2017-05-08 01:30:29 +02:00
Brian Schott
b2d96ad777
Merge pull request #424 from BBasile/issue-423
...
implement a check for the virtual calls inside constructors, close #423
2017-04-27 12:01:55 -07:00
Basile Burg
b615d3e299
implement a check for the virtual calls inside constructors, close #423
2017-04-16 03:58:10 +02:00
Hackerpilot
3c3fbe6725
Fix #416
2017-03-09 14:19:26 -08:00
Hackerpilot
43772fcc15
Fix #420 . This is where a good weed joke would go if I had one.
2017-03-09 12:31:47 -08:00
Brian Schott
eff9fb7571
Merge pull request #417 from sprinkle131313/master
...
Fix #403 : Handle unsearchable file.
2017-03-07 14:36:53 -08:00
Brian Schott
25f31cd0a4
Merge pull request #413 from BBasile/issue-198
...
fix #198 - Function casing warning on `extern(Windows)`
2017-03-07 13:54:15 -08:00
Brian Schott
6b97e2d4ae
Merge pull request #418 from Heromyth/master
...
build.bat is out of date
2017-03-07 13:51:29 -08:00
BitWorld
4613054bb3
build.bat is out of date
2017-03-03 13:14:51 +08:00
sprinkle131313
2dbda715b1
Fix #403 : Handle unsearchable file.
2017-02-26 15:45:25 -05:00
Basile Burg
5bf8146944
fix #198 - Function casing warning on `extern(Windows)`
2017-02-24 12:06:24 +01:00
Brian Schott
e8a8766c2f
Merge pull request #407 from wilzbach/same-name-check-version
...
Same name check: differentiate between version blocks
2017-02-21 14:19:48 -08:00
Brian Schott
f16b1e854a
Merge pull request #390 from wilzbach/check-properly-documented-public-function
...
Add Ddoc check for properly documented public functions
2017-02-20 15:03:01 -08:00
Sebastian Wilzbach
4c74ac2bda
Same name check: differentiate between version blocks
2017-02-20 14:56:19 +01:00
Sebastian Wilzbach
40b3f0d211
Handle doc parameters for templated functions better
2017-02-20 06:27:37 +01:00
Sebastian Wilzbach
4b0f61bb98
Missing return section: add test for auto functions
2017-02-20 05:43:58 +01:00
Sebastian Wilzbach
3103f58242
Address review
2017-02-20 05:42:04 +01:00
Brian Schott
e2e500f43e
Merge pull request #404 from LaurentTreguier/patch-2
...
Escape backslashes before quotes in JSON report
2017-02-16 14:53:17 -08:00
Sebastian Wilzbach
8c9f31289b
Add Ddoc check for properly documented public functions (add libddoc)
2017-02-16 15:36:09 +01:00
LaurentTreguier
0726a9dcb8
Escape backslashes before quotes
2017-02-16 08:41:42 +01:00
Brian Schott
4d3d72d9aa
Merge pull request #402 from Elronnd/master
...
Fix a typo in the css for the highlighter
2017-02-15 21:55:35 -08:00