Basile Burg
|
99390ef872
|
fix #677 - Add support for expression-based contracts
|
2018-07-28 21:30:03 +02:00 |
The Dlang Bot
|
83fb251d73
|
Merge pull request #670 from wilzbach/githash-windows
Improve auto-versioning
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-06-29 15:31:49 +02:00 |
Sebastian Wilzbach
|
cd545d5090
|
Fix #671 - False positive in infinite range check
|
2018-06-25 23:45:13 +02:00 |
Sebastian Wilzbach
|
d0a732113c
|
Improve auto-versioning
|
2018-06-25 17:43:22 +02:00 |
Sebastian Wilzbach
|
103a327a60
|
Merge pull request #668 from BBasile/issue-665
fix #665 - The check for auto function without return doesn't handle "implicit auto functions"
|
2018-06-20 18:45:23 +02:00 |
Basile Burg
|
af252569f7
|
fix #665 - The check for auto function without return doesn't handle "implicit auto functions"
|
2018-06-20 12:32:38 +02:00 |
Basile Burg
|
a864eaafb7
|
fix #666 - False positive for "trust too much"
|
2018-06-20 12:08:39 +02:00 |
Basile Burg
|
727dd27662
|
Put the name of the variable which has a useless init between back ticks
|
2018-06-14 11:50:14 +02:00 |
The Dlang Bot
|
5a6101084f
|
Merge pull request #660 from BBasile/issue-659
fix #659 - has opEquals but not toHash warning even if opEquals is di…
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2018-06-12 21:53:59 +02:00 |
The Dlang Bot
|
40a0a9d9be
|
Merge pull request #661 from BBasile/issue-658
fix #658 - warning about non-const should not be emitted if the metho…
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2018-06-12 21:53:03 +02:00 |
Basile Burg
|
aaf06fd500
|
fix #658 - warning about non-const should not be emitted if the methods are `@disable`
|
2018-06-12 11:18:55 +02:00 |
Basile Burg
|
b5597e6bb6
|
fix #659 - has opEquals but not toHash warning even if opEquals is disabled
|
2018-06-12 11:10:06 +02:00 |
The Dlang Bot
|
32dd411ab5
|
Merge pull request #657 from BBasile/issue-656
fix #656 - Crash due to unsafe access in infinite range check
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-06-08 13:41:47 +02:00 |
Basile Burg
|
c51dcd98a7
|
fix #656 - Crash due to unsafe access in infinite range check
|
2018-06-08 12:34:04 +02:00 |
Sebastian Wilzbach
|
3430b0cab9
|
Fix #648 - Use the current git version when building the Windows binaries
|
2018-06-04 23:11:33 +02:00 |
Basile Burg
|
f78d3e72b9
|
fix #645 - False positive, Else branch identical to Then branch with incomplete IfStatement
|
2018-06-02 05:57:43 +02:00 |
Brian Schott
|
2eb544cca3
|
Merge pull request #639 from BBasile/issue-635
fix #635 - Check for documented `throw` could also detect calls to `enforce`
|
2018-05-26 22:17:55 -07:00 |
Basile Burg
|
a0010d6a8a
|
fix tab and create routine for gen exception type
|
2018-05-25 23:37:50 +02:00 |
Basile Burg
|
1cd9e9f1ea
|
fix #640 - Warning for variable used in ctor but not in standard func
|
2018-05-25 21:43:50 +02:00 |
Basile Burg
|
aa7bdf81c6
|
fix #635 - Check for documented `throw` could also detect calls to `enforce`
|
2018-05-25 10:08:41 +02:00 |
Basile Burg
|
d7af30bfb1
|
update version number
|
2018-05-22 11:55:17 +02:00 |
Basile Burg
|
6647caf8a1
|
fix #632, fix #633 - false positive for static and package methods in the check for virtual calls in constructors
|
2018-05-16 23:57:26 +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
|
5918497ed0
|
bump version number
|
2018-04-23 18:34:00 +02:00 |
The Dlang Bot
|
fb76b59c89
|
Merge pull request #615 from BBasile/issue-610
fix #610 - False Negative For Missing Template Param In Ddoc
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-04-23 10:39:27 +02:00 |
Basile Burg
|
8c44dd5092
|
Set all checkers class "final"
|
2018-04-22 20:33:58 +02:00 |
Basile Burg
|
b737fc0c0f
|
fix #610 - False Negative For Missing Template Param In Ddoc
|
2018-04-22 20:04:03 +02:00 |
Sebastian Wilzbach
|
d96b48f765
|
Use git --describe tags as version string
|
2018-04-12 16:24:44 +02:00 |
BBasile
|
b03adf1dff
|
Change trust_too_much message which was slightly ambiguous (#611)
Change trust_too_much message which was slightly ambiguous
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-04-12 10:38:19 +02:00 |
BBasile
|
b17f271b74
|
fix #607 - Dscanner should warn about missing throws section in ddoc (#609)
fix #607 - Dscanner should warn about missing throws section in ddoc
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-04-09 15:26:28 +02:00 |
Basile Burg
|
4231deb046
|
fix all cases of mixed tabs and spaces
|
2018-04-07 22:09:39 +02:00 |
The Dlang Bot
|
af0bebd891
|
Merge pull request #605 from wilzbach/dub-valid-version
Generate a valid version for the DUB build
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2018-04-07 00:43:06 +02:00 |
The Dlang Bot
|
586a7ab262
|
Merge pull request #606 from wilzbach/fix-601
Fix #601 - dscanner should not complain about Params section when there's no ddoc
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-04-06 13:38:47 +02:00 |
Sebastian Wilzbach
|
9aec2bc485
|
Fix #601 - dscanner should not complain about Params section when there's no ddoc
|
2018-04-06 13:20:15 +02:00 |
Sebastian Wilzbach
|
558c1bf6cf
|
Fix #438 - check for __gshared and immutable redundancies
|
2018-04-06 10:46:21 +02:00 |
Sebastian Wilzbach
|
5bce2daa4a
|
Generate a valid version for the DUB build
|
2018-04-06 10:44:19 +02:00 |
Basile Burg
|
6fe77da02d
|
fix #575 - Dscanner should allow opCmp with no toHash
|
2018-04-05 10:47:14 +02:00 |
The Dlang Bot
|
a4d84a0995
|
Merge pull request #594 from BBasile/issue-278
fix #278 - Weird: UTF-16LE encoding is unsupported
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-04-05 07:14:33 +02:00 |
The Dlang Bot
|
eafae0f6c0
|
Merge pull request #596 from BBasile/issue-195
fix #195 - Unrecognized CLI options gives huge stacktrace
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-04-04 21:03:34 +02:00 |
Basile Burg
|
1a2352d17f
|
fix #195 - Unrecognized CLI options gives huge stacktrace
|
2018-04-04 16:48:35 +02:00 |
Basile Burg
|
7014d54a3f
|
fix spaces indentation
|
2018-04-04 16:43:59 +02:00 |
Basile Burg
|
6e7c366e49
|
fix #278 - Weird: UTF-16LE encoding is unsupported
|
2018-04-04 16:37:23 +02:00 |
The Dlang Bot
|
a619e6bba0
|
Merge pull request #582 from wilzbach/window-config-file
Fix #268 - Use the User's profile directory under Windows
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2018-04-03 09:48:08 +02:00 |
The Dlang Bot
|
68a1fac12b
|
Merge pull request #586 from wilzbach/fix-583
Fix #583 - False negative for missing parameter in Params
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2018-04-03 09:46:11 +02:00 |
Brian Schott
|
aae1c69c4a
|
Merge pull request #587 from wilzbach/config-dscanner
Don't use the dscanner prefix for the ModuleFilter in the config INI
|
2018-04-03 00:42:02 -07:00 |
Basile Burg
|
873c8f506a
|
fix #588 - trust_too_much false positive with alias decl
|
2018-04-03 07:34:10 +02:00 |
Sebastian Wilzbach
|
b9f5dbe22b
|
Don't use the dscanner prefix for the ModuleFilter in the config INI
|
2018-04-03 06:49:46 +02:00 |
Sebastian Wilzbach
|
6ca45d8b3f
|
Fix #583 - False negative for missing parameter in Params
|
2018-04-03 06:26:56 +02:00 |
Sebastian Wilzbach
|
75274faedb
|
Fix #268 - Use the User's profile directory under Windows
|
2018-04-03 03:08:26 +02:00 |
BBasile
|
cb31d2501e
|
add IZ safeAccess util and refactor several && chains with it (#577)
* add IZ safeAccess util and refactor several && chains with it
* show how to make inference working
|
2018-04-02 17:29:36 +02:00 |