On Sat, Mar 24, 2018 at 04:11:36PM +0000, Russel Winder via Digitalmars-d wrote: > On Sat, 2018-03-24 at 09:01 -0700, H. S. Teoh via Digitalmars-d wrote: > > On Sat, Mar 24, 2018 at 03:48:21PM +0000, Russel Winder via Digitalmars-d > > wrote: > > > It seems Dub is dead, and thus so are new Dub builds. > > > > > > code.dlang.org appears to be having a 500 problem. I think the > > > website is recovering as I write, but still no Dub builds so the > > > point remains: no code.dlang.org, no Dub builds. :-( > > > > [...] > > > > And this is why I dislike network dependencies in my build tools. > > > > How do you get dependencies if there is no repository? [...]
That is why a sane build system should always cache dependencies locally, and not have to rely on network servers being always available. T -- Let's not fight disease by killing the patient. -- Sean 'Shaleh' Perry
