On 5/29/15 4:02 PM, Andrei Alexandrescu via Digitalmars-d wrote:
On 5/29/15 3:56 PM, Steven Schveighoffer wrote:
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.
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.
-Steve
cc Brad Roberts -- Andrei
I agree that some sort of testing infrastructure should be built for documentation build, review,
and testing. I don't believe that the needs overlap sufficiently with code building and testing and
can be made generic enough (the d doc tooling is _very_ specific to d) to fit into a generic CI tool
that it fits within the current auto-tester. There's certainly some very high level overlaps, but
ultimately, I believe that something dedicated to documentation build/review/testing would be a
better path.