dlang.org build broken

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Fri May 29 15:10:37 PDT 2015


On Fri, May 29, 2015 at 03:56:43PM -0600, Steven Schveighoffer via Digitalmars-d wrote:
> On 5/29/15 3:47 PM, Steven Schveighoffer wrote:
> >On 5/29/15 3:35 PM, Andrei Alexandrescu wrote:
> >>Folks, looks like there are multiple breakages in the Phobos
> >>documentation build for dlang.org. Could someone look into this pronto?
> >>-- Andrei
> >
> >I'm working on the UnixAddress issues, will have a PR after I verify
> >it passes the normal tests.
> 
> PR: https://github.com/D-Programming-Language/phobos/pull/3344
> 
> And BTW, how can we get the ddoc build to be part of the auto tester?
> It's kind of important. Luckily, it's only built on one platform, we
> can pick the fastest.

There's a problem with building it on just one platform:
platform-specific docs don't get built. For example, std.windows.* isn't
getting built at all. Even if we added it to the makefile, it still
wouldn't work, since it's version'd out by platform.


> If at all possible, if the auto generated ddocs could be available for
> the PR, that would be hugely helpful. Right now, when ddoc changes are
> made, you have to build them locally to see the changes.
[...]

+1. This would be an incredibly useful addition to the autotester.


T

-- 
Designer clothes: how to cover less by paying more.


More information about the Digitalmars-d mailing list