Test on LDC 1.17.0.

This commit is contained in:
Sönke Ludwig 2019-08-26 21:08:01 +02:00
parent 3dff74fc0f
commit 83b3c47578
4 changed files with 6 additions and 6 deletions

View file

@ -7,10 +7,10 @@ d:
# catching most DMD version related build failures early # catching most DMD version related build failures early
- dmd-2.087.1 - dmd-2.087.1
- dmd-2.078.3 - dmd-2.078.3
- ldc-1.17.0
- ldc-1.16.0 - ldc-1.16.0
- ldc-1.15.0 - ldc-1.15.0
- ldc-1.14.0 - ldc-1.14.0
- ldc-1.13.0
- ldc-1.9.0 - ldc-1.9.0
- dmd-2.086.1 - dmd-2.086.1
- dmd-2.085.1 - dmd-2.085.1

View file

@ -1,7 +1,7 @@
1.7.0 - 2019-08- 1.7.0 - 2019-08-
================== ==================
- Supports DMD DMD 2.077.1 up to DMD 2.087.1 and LDC 1.7.0 to LDC 1.16.0 - [pull #166][issue166] - Supports DMD DMD 2.077.1 up to DMD 2.087.1 and LDC 1.7.0 to LDC 1.17.0 - [pull #166][issue166]
- Added `vibe.core.process` for task based process handling similar to `std.process` (by Benjamin Schaaf) - [pull #154][issue154] - Added `vibe.core.process` for task based process handling similar to `std.process` (by Benjamin Schaaf) - [pull #154][issue154]
- Added `ConnectionPool.removeUnused` to enable closing all unused connections - [pull #143][issue143] - Added `ConnectionPool.removeUnused` to enable closing all unused connections - [pull #143][issue143]
- Added `logException` to log exceptions in a standard and `nothrow` way - [pull #155][issue155] - Added `logException` to log exceptions in a standard and `nothrow` way - [pull #155][issue155]

View file

@ -31,10 +31,10 @@ The following compilers are tested and supported:
- DMD 2.085.1 - DMD 2.085.1
- DMD 2.084.1 - DMD 2.084.1
- DMD 2.079.0 - DMD 2.079.0
- LDC 1.17.0
- LDC 1.16.0 - LDC 1.16.0
- LDC 1.15.0 - LDC 1.15.0
- LDC 1.14.0 - LDC 1.14.0
- LDC 1.13.0
- LDC 1.9.0 - LDC 1.9.0
Supported up to 1.6.2: Supported up to 1.6.2:

View file

@ -22,6 +22,9 @@ environment:
- DC: dmd - DC: dmd
DVersion: 2.079.0 DVersion: 2.079.0
arch: x86_mscoff arch: x86_mscoff
- DC: ldc
DVersion: 1.17.0
arch: x64
- DC: ldc - DC: ldc
DVersion: 1.16.0 DVersion: 1.16.0
arch: x64 arch: x64
@ -31,9 +34,6 @@ environment:
- DC: ldc - DC: ldc
DVersion: 1.14.0 DVersion: 1.14.0
arch: x64 arch: x64
- DC: ldc
DVersion: 1.13.0
arch: x64
- DC: ldc - DC: ldc
DVersion: 1.9.0 DVersion: 1.9.0
arch: x64 arch: x64