Commit Graph

1403 Commits

Author SHA1 Message Date
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
The Dlang Bot fc1e247b9e
Merge pull request #628 from wilzbach/win-regex
Update Windows Travis Deploy Regex
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-08 14:04:24 +02:00
Sebastian Wilzbach e217f95f31 Update Windows Travis Deploy Regex 2018-05-08 13:51:06 +02:00
Sebastian Wilzbach 7a1050210e
Merge pull request #626 from dlang-community/BBasile-patch-1
Remove dmd-beta and dmd-nightly from TravisCI
2018-05-05 09:47:05 +02:00
BBasile 152065cd17
Update appveyor.yml 2018-05-05 09:06:43 +02:00
BBasile 49d236e08d
Remove dmd-beta and nightly from TravisCI
- dmd-nightly is tested by the D project tester.
- dmd-beta is not useful because most of the time it tests something that's already released
2018-05-05 09:00:41 +02:00
Sebastian Wilzbach 3045590403
Merge pull request #624 from BBasile/upd-deps
Update dependencies - possible fix for D Bugzilla 18667
2018-05-05 04:08:05 +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
Sebastian Wilzbach 8569159a28
Merge pull request #622 from LaurentTreguier/master
Update dependencies
2018-04-29 21:13:44 +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
The Dlang Bot 111288372a
Merge pull request #619 from wilzbach/windows-zip
Upload the Windows binary to the releases instead of the raw executable
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-23 21:08:44 +02:00
Sebastian Wilzbach 109c201e60 Upload the Windows binary to the releases instead of the raw executable 2018-04-23 19:13:38 +02:00
The Dlang Bot dae286504c
Merge pull request #618 from BBasile/upd-ver
bump version number
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-23 18:54:26 +02:00
Basile Burg 5918497ed0 bump version number 2018-04-23 18:34:00 +02:00
The Dlang Bot 480d9d42c0
Merge pull request #617 from BBasile/issue-612
update inifiled in order to close #612
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-23 10:40:37 +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
The Dlang Bot 73da1e1cf1
Merge pull request #616 from BBasile/final-checkers
Set all checkers class "final"
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-23 10:17:38 +02:00
Basile Burg 7bbddf2dd6 update inifile in order to close #612 2018-04-22 22:22:35 +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
The Dlang Bot ab0ac1be43
Merge pull request #604 from wilzbach/fix-version
Use git --describe tags as version string
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2018-04-13 20:34:52 +02:00
The Dlang Bot c69e39161d
Merge pull request #603 from wilzbach/windows
Build binaries for Windows on Travis
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-12 16:35:41 +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
The Dlang Bot cc39546be3
Merge pull request #608 from BBasile/spaces2tabs
fix all cases of mixed tabs and spaces
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-07 22:34:16 +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
The Dlang Bot c048dfd1f3
Merge pull request #584 from wilzbach/fix-438
Fix #438 - check for __gshared and immutable redundancies
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-06 12:14:27 +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
Sebastian Wilzbach 3dd66bc07c Build binaries for Windows 2018-04-06 09:18:28 +02:00
The Dlang Bot 3612c01cfc
Merge pull request #600 from wilzbach/releases
Don't run the whole testsuite on special tag builds
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-05 14:52:28 +02:00
Sebastian Wilzbach a235e34a27 Don't run the whole testsuite on special tag builds 2018-04-05 12:31:57 +02:00
Sebastian Wilzbach 6ca59c71a2
Merge pull request #598 from wilzbach/osx-minimal-deployment
Improve the deployment script
2018-04-05 12:03:38 +02:00
Sebastian Wilzbach 9df55a7de2
Merge pull request #599 from BBasile/issue-575
fix #575 - Dscanner should allow opCmp with no toHash
2018-04-05 11:56:51 +02:00
Basile Burg 6fe77da02d fix #575 - Dscanner should allow opCmp with no toHash 2018-04-05 10:47:14 +02:00
Sebastian Wilzbach 3fc205998a Reduce the minimal deployment target for OSX 2018-04-05 09:33:55 +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
The Dlang Bot b2fd40de4f
Merge pull request #597 from LaurentTreguier/master
Update dependencies
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-04 20:02:00 +02:00
Laurent Tréguier 0a60fba946
Update dependencies 2018-04-04 19:40:45 +02:00
The Dlang Bot b86b54bf7c
Merge pull request #595 from BBasile/tabs
fix spaces indentation
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-04 17:08:15 +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