www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Auto-gen list of D compiler versions: Improvements

reply Nick Sabalausky <SeeWebsiteToContactMe semitwist.com> writes:
The automatically-updated list of D compiler versions available on 
Travis-CI (and which front-end/back-end version they each use) has had a 
few small improvements lately:

http://semitwist.com/travis-d-compilers

- Now includes beta versions available for DMD (starting at v2.072.0) 
and LDC (starting at v1.1.0). GDC betas will automatically be supported 
if/when the "gdc-beta" label becomes available on travis.

- Fixed: Incorrectly parses LLVM version for LDC v1.0.0 and up

- Added links going directly to DMD/LDC/GDC sections. (No longer have to 
scroll through DMD entries to find LDC/GDC.)

- On-hover row highlighting.

As before, the list is currently set to automatically update once daily 
(although I can adjust that if need be. I just don't want to put an 
undue burden on travis by checking too often.)
Oct 11 2016
parent Johan Engelen <j j.nl> writes:
On Tuesday, 11 October 2016 at 17:21:42 UTC, Nick Sabalausky 
wrote:
 The automatically-updated list of D compiler versions available 
 on Travis-CI (and which front-end/back-end version they each 
 use) has had a few small improvements lately:

 http://semitwist.com/travis-d-compilers
Perhaps another nice addition is to list the "aliases" and what they currently point to: dmd --> dmd v2.071.2 dmd-beta --> ... ldc --> ... ldc-beta --> ... gdc --> ... -Johan
Oct 11 2016