digitalmars.D - DMD nightly builds?
- Temtaime (4/4) Sep 24 2015 Hi all !
- Rikki Cattermole (6/10) Sep 24 2015 What would be really nice is to pair up the auto tester to auto generate...
- John Colvin (5/17) Sep 24 2015 If we're going to use the autotester, why not just upload a new
- Rikki Cattermole (4/22) Sep 24 2015 I didn't say limit it. Only advertise the one per day one.
- John Colvin (4/29) Sep 24 2015 I guess I don't get why anyone would be interested in having last
- Laeeth Isharc (3/5) Sep 24 2015 If the latest build is broken for you, but you want to use a
- John Colvin (4/10) Sep 24 2015 Sure. Best solution might be have links to nightlies as well as
- Marc =?UTF-8?B?U2Now7x0eg==?= (6/18) Sep 24 2015 digger can build any dmd version by commit id. It can even store
- Walter Bright (2/3) Sep 24 2015 I've asked for it for years. But nobody wants to spend the time to make ...
- Steven Schveighoffer (6/10) Sep 25 2015 This doesn't seem that hard. We are ALREADY building and testing the
- wobbles (5/18) Sep 25 2015 What about windows then?
- Steven Schveighoffer (4/21) Sep 25 2015 We have all these testers (including windows):
- John Colvin (2/24) Sep 25 2015 auto tester has windows, linux and OS X.
- Jonathan M Davis (8/9) Sep 25 2015 And FreeBSD. It's constantly building on all of the platforms
Hi all ! It's sad a little that there's no dmd's nightly builds. Maybe we can introduce them ? It would be great to have an ability to download latest dmd.
Sep 24 2015
On 25/09/15 12:46 AM, Temtaime wrote:Hi all ! It's sad a little that there's no dmd's nightly builds. Maybe we can introduce them ? It would be great to have an ability to download latest dmd.What would be really nice is to pair up the auto tester to auto generate installation binaries/archives. That way the daily build would only be the last one made each day. Simple and effective :) But who would be willing to make that happen.. hmm?
Sep 24 2015
On Thursday, 24 September 2015 at 13:18:28 UTC, Rikki Cattermole wrote:On 25/09/15 12:46 AM, Temtaime wrote:If we're going to use the autotester, why not just upload a new one after every ~master build? What advantage is there to limiting it to only one per day?Hi all ! It's sad a little that there's no dmd's nightly builds. Maybe we can introduce them ? It would be great to have an ability to download latest dmd.What would be really nice is to pair up the auto tester to auto generate installation binaries/archives. That way the daily build would only be the last one made each day. Simple and effective :) But who would be willing to make that happen.. hmm?
Sep 24 2015
On 25/09/15 1:32 AM, John Colvin wrote:On Thursday, 24 September 2015 at 13:18:28 UTC, Rikki Cattermole wrote:I didn't say limit it. Only advertise the one per day one. So e.g. there would still be a link to them from the auto tester. But not a directory of them from e.g. dlang.org.On 25/09/15 12:46 AM, Temtaime wrote:If we're going to use the autotester, why not just upload a new one after every ~master build? What advantage is there to limiting it to only one per day?Hi all ! It's sad a little that there's no dmd's nightly builds. Maybe we can introduce them ? It would be great to have an ability to download latest dmd.What would be really nice is to pair up the auto tester to auto generate installation binaries/archives. That way the daily build would only be the last one made each day. Simple and effective :) But who would be willing to make that happen.. hmm?
Sep 24 2015
On Thursday, 24 September 2015 at 13:36:09 UTC, Rikki Cattermole wrote:On 25/09/15 1:32 AM, John Colvin wrote:I guess I don't get why anyone would be interested in having last night's build instead of the latest build.On Thursday, 24 September 2015 at 13:18:28 UTC, Rikki Cattermole wrote:I didn't say limit it. Only advertise the one per day one. So e.g. there would still be a link to them from the auto tester. But not a directory of them from e.g. dlang.org.On 25/09/15 12:46 AM, Temtaime wrote:If we're going to use the autotester, why not just upload a new one after every ~master build? What advantage is there to limiting it to only one per day?[...]What would be really nice is to pair up the auto tester to auto generate installation binaries/archives. That way the daily build would only be the last one made each day. Simple and effective :) But who would be willing to make that happen.. hmm?
Sep 24 2015
On Thursday, 24 September 2015 at 13:44:11 UTC, John Colvin wrote:I guess I don't get why anyone would be interested in having last night's build instead of the latest build.If the latest build is broken for you, but you want to use a cutting edge version.
Sep 24 2015
On Thursday, 24 September 2015 at 18:41:41 UTC, Laeeth Isharc wrote:On Thursday, 24 September 2015 at 13:44:11 UTC, John Colvin wrote:Sure. Best solution might be have links to nightlies as well as the latestI guess I don't get why anyone would be interested in having last night's build instead of the latest build.If the latest build is broken for you, but you want to use a cutting edge version.
Sep 24 2015
On Thursday, 24 September 2015 at 13:18:28 UTC, Rikki Cattermole wrote:On 25/09/15 12:46 AM, Temtaime wrote:digger can build any dmd version by commit id. It can even store the resulting binaries in a space-efficient format using git, see Vladimir's post: http://blog.thecybershadow.net/2015/05/05/is-d-slim-yet/Hi all ! It's sad a little that there's no dmd's nightly builds. Maybe we can introduce them ? It would be great to have an ability to download latest dmd.What would be really nice is to pair up the auto tester to auto generate installation binaries/archives. That way the daily build would only be the last one made each day. Simple and effective :) But who would be willing to make that happen.. hmm?
Sep 24 2015
On 9/24/2015 6:18 AM, Rikki Cattermole wrote:But who would be willing to make that happen.. hmm?I've asked for it for years. But nobody wants to spend the time to make it happen.
Sep 24 2015
On 9/24/15 3:44 PM, Walter Bright wrote:On 9/24/2015 6:18 AM, Rikki Cattermole wrote:This doesn't seem that hard. We are ALREADY building and testing the system after every pull request is merged on the auto tester. Can't the auto tester just zip up the built directory and provide a download of it on request? -SteveBut who would be willing to make that happen.. hmm?I've asked for it for years. But nobody wants to spend the time to make it happen.
Sep 25 2015
On Friday, 25 September 2015 at 11:22:04 UTC, Steven Schveighoffer wrote:On 9/24/15 3:44 PM, Walter Bright wrote:What about windows then? The auto testing framework is only Linux I believe. So we'd have nightly builds, but only on nix. (Which I'm ok with!)On 9/24/2015 6:18 AM, Rikki Cattermole wrote:This doesn't seem that hard. We are ALREADY building and testing the system after every pull request is merged on the auto tester. Can't the auto tester just zip up the built directory and provide a download of it on request? -SteveBut who would be willing to make that happen.. hmm?I've asked for it for years. But nobody wants to spend the time to make it happen.
Sep 25 2015
On 9/25/15 7:27 AM, wobbles wrote:On Friday, 25 September 2015 at 11:22:04 UTC, Steven Schveighoffer wrote:We have all these testers (including windows): https://auto-tester.puremagic.com/ -SteveOn 9/24/15 3:44 PM, Walter Bright wrote:What about windows then? The auto testing framework is only Linux I believe. So we'd have nightly builds, but only on nix. (Which I'm ok with!)On 9/24/2015 6:18 AM, Rikki Cattermole wrote:This doesn't seem that hard. We are ALREADY building and testing the system after every pull request is merged on the auto tester. Can't the auto tester just zip up the built directory and provide a download of it on request?But who would be willing to make that happen.. hmm?I've asked for it for years. But nobody wants to spend the time to make it happen.
Sep 25 2015
On Friday, 25 September 2015 at 11:27:29 UTC, wobbles wrote:On Friday, 25 September 2015 at 11:22:04 UTC, Steven Schveighoffer wrote:auto tester has windows, linux and OS X.On 9/24/15 3:44 PM, Walter Bright wrote:What about windows then? The auto testing framework is only Linux I believe. So we'd have nightly builds, but only on nix. (Which I'm ok with!)On 9/24/2015 6:18 AM, Rikki Cattermole wrote:This doesn't seem that hard. We are ALREADY building and testing the system after every pull request is merged on the auto tester. Can't the auto tester just zip up the built directory and provide a download of it on request? -SteveBut who would be willing to make that happen.. hmm?I've asked for it for years. But nobody wants to spend the time to make it happen.
Sep 25 2015
On Friday, 25 September 2015 at 11:34:55 UTC, John Colvin wrote:auto tester has windows, linux and OS X.And FreeBSD. It's constantly building on all of the platforms that dmd supports. I expect that we'd have a lot more problems leaking through into releases if it weren't. The auto tester (including the pull tester) has been a huge help, and the work that's been done on that (primarily by Brad and Daniel, I believe) is hugely appreciated. - Jonathan M Davis
Sep 25 2015