executeShell signature in documentation

H. S. Teoh hsteoh at quickfur.ath.cx
Tue Nov 27 18:54:05 UTC 2018


On Tue, Nov 27, 2018 at 06:48:00PM +0000, Andre Pany via Digitalmars-d wrote:
> Hi,
> While searching for "dlang executeShell" the first hit is:
> https://dlang.org/library/std/process/execute_shell.html
> The signature is rather strange: ...const(string[string]) env =
> cast(const(string[string]))null,
>   Config config = cast(Config)0,
>   ulong maxOutput = 18446744073709551615LU...
> 
> If I open the documentation by starting from dlang.org there is a
> different signature shown, a lot more readable:
> ...const string[string] env = null, Config config = Config.none, size_t
> maxOutput = size_t.max...
> 
> Could that be fixed?
[...]

Ouch. That needs to be fixed.  Please file a bug:

	https://issues.dlang.org/enter_bug.cgi


T

-- 
It only takes one twig to burn down a forest.


More information about the Digitalmars-d mailing list