digitalmars.D - [suggestion] Automated one-stop compiler version chart
- Nick Sabalausky (10/10) Feb 07 2016 I was just updating a project's .travis.yml file and noticed: It doesn't...
- Xinok (6/16) Feb 07 2016 The GDC downloads page has this info:
- David Nadlinger (7/16) Feb 07 2016 The page doesn't have the history of versions available at Travis
- Nick Sabalausky (3/20) Feb 08 2016 That page only has info for the latest GDC. I couldn't find the
I was just updating a project's .travis.yml file and noticed: It doesn't seem we have any one-stop-shop location to check all the versions of DMD/LDC/GDC currently available on travis-ci. It's be really nice if we had some auto-updated chart like that which ALSO listed the DMDFE, LLVM and GCC versions each LDC/GDC version is based on. That info seems especially difficult to find for GDC. It's a little easier for LDC, since I found this page ( https://github.com/ldc-developers/ldc/releases ), but it'd be really nice to have just a simple chart somewhere.
Feb 07 2016
On Sunday, 7 February 2016 at 18:46:48 UTC, Nick Sabalausky wrote:I was just updating a project's .travis.yml file and noticed: It doesn't seem we have any one-stop-shop location to check all the versions of DMD/LDC/GDC currently available on travis-ci. It's be really nice if we had some auto-updated chart like that which ALSO listed the DMDFE, LLVM and GCC versions each LDC/GDC version is based on. That info seems especially difficult to find for GDC. It's a little easier for LDC, since I found this page ( https://github.com/ldc-developers/ldc/releases ), but it'd be really nice to have just a simple chart somewhere.The GDC downloads page has this info: http://gdcproject.org/downloads Perhaps it would be good to add this info to the main downloads page: http://dlang.org/download.html
Feb 07 2016
On Sunday, 7 February 2016 at 21:26:36 UTC, Xinok wrote:On Sunday, 7 February 2016 at 18:46:48 UTC, Nick Sabalausky wrote:The page doesn't have the history of versions available at Travis though, which is what Nick asked for. I agree, by the way, something like that would definitely be nice to have. Somebody just needs to write a little scrapper set up to gather everything into a pretty table… — DavidI was just updating a project's .travis.yml file and noticed: It doesn't seem we have any one-stop-shop location to check all the versions of DMD/LDC/GDC currently available on travis-ci. […]The GDC downloads page has this info: http://gdcproject.org/downloads
Feb 07 2016
On Sunday, 7 February 2016 at 21:26:36 UTC, Xinok wrote:On Sunday, 7 February 2016 at 18:46:48 UTC, Nick Sabalausky wrote:That page only has info for the latest GDC. I couldn't find the info for previous versions.I was just updating a project's .travis.yml file and noticed: It doesn't seem we have any one-stop-shop location to check all the versions of DMD/LDC/GDC currently available on travis-ci. It's be really nice if we had some auto-updated chart like that which ALSO listed the DMDFE, LLVM and GCC versions each LDC/GDC version is based on. That info seems especially difficult to find for GDC. It's a little easier for LDC, since I found this page ( https://github.com/ldc-developers/ldc/releases ), but it'd be really nice to have just a simple chart somewhere.The GDC downloads page has this info: http://gdcproject.org/downloads
Feb 08 2016