Thread overview
Online Phobos Prerelease Docs
Oct 05, 2015
Per Nordlöw
Oct 05, 2015
John Colvin
Oct 05, 2015
Per Nordlöw
Oct 05, 2015
Per Nordlöw
Oct 05, 2015
John Colvin
Oct 05, 2015
Per Nordlöw
Oct 05, 2015
Marc Schütz
Oct 05, 2015
Per Nordlöw
October 05, 2015
Is there an (official or unoffical) prerelease version of the Phobos docs, typically for studying std.allocator?

It would be nice to have the D servers auto-generate this every time a PR is merged into druntime/phobos.
October 05, 2015
On Monday, 5 October 2015 at 08:19:26 UTC, Per Nordlöw wrote:
> Is there an (official or unoffical) prerelease version of the Phobos docs, typically for studying std.allocator?
>
> It would be nice to have the D servers auto-generate this every time a PR is merged into druntime/phobos.

http://dlang.org/phobos/index.html it's on the sidebar
October 05, 2015
On Monday, 5 October 2015 at 08:19:26 UTC, Per Nordlöw wrote:
> Is there an (official or unoffical) prerelease version of the Phobos docs, typically for studying std.allocator?
>
> It would be nice to have the D servers auto-generate this every time a PR is merged into druntime/phobos.

In each PR at the bottom there is a CI section with links to the auto-tester, Travis and Vladimir Panteleev's documentation tester. The latter generates the documentation and makes it viewable online:

Example:
http://dtest.thecybershadow.net/results/222c23bc3a5255fff85139b32277a6b9c0402815/ca92fc9f966c135b895f305595aaf43a4e66872d/
October 05, 2015
On Monday, 5 October 2015 at 08:45:54 UTC, John Colvin wrote:
> http://dlang.org/phobos/index.html it's on the sidebar

That was too easy. Thanks!
October 05, 2015
On Monday, 5 October 2015 at 09:04:17 UTC, Marc Schütz wrote:
> Example:
> http://dtest.thecybershadow.net/results/222c23bc3a5255fff85139b32277a6b9c0402815/ca92fc9f966c135b895f305595aaf43a4e66872d/

Thanks!
October 05, 2015
On Monday, 5 October 2015 at 08:45:54 UTC, John Colvin wrote:
> http://dlang.org/phobos/index.html it's on the sidebar

I can't find allocator there (yet) in tree.

http://dlang.org/phobos-prerelease/std_experimental_allocator.html

Why?
October 05, 2015
On Monday, 5 October 2015 at 09:53:09 UTC, Per Nordlöw wrote:
> On Monday, 5 October 2015 at 08:45:54 UTC, John Colvin wrote:
>> http://dlang.org/phobos/index.html it's on the sidebar
>
> I can't find allocator there (yet) in tree.
>
> http://dlang.org/phobos-prerelease/std_experimental_allocator.html
>
> Why?

because the website needs updating.

In the mean-time, `digger build --with=website`
October 05, 2015
On Monday, 5 October 2015 at 10:46:20 UTC, John Colvin wrote:
>> I can't find allocator there (yet) in tree.
>>
>> http://dlang.org/phobos-prerelease/std_experimental_allocator.html
>>
>> Why?
>
> because the website needs updating.
>
> In the mean-time, `digger build --with=website`

Ahh, nice!