digitalmars.D - executeShell signature in documentation
- Andre Pany (14/14) Nov 27 2018 Hi,
- H. S. Teoh (7/21) Nov 27 2018 [...]
- Seb (4/26) Nov 28 2018 This is the ddox build of dlang.org and thus a bug in ddox and
- Andre Pany (5/20) Nov 29 2018 Thanks a lot. Issue
- Adam D. Ruppe (5/7) Nov 27 2018 If searching for D documentation, use my website instead.
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? Kind regards Andre
Nov 27 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.
Nov 27 2018
On Tuesday, 27 November 2018 at 18:54:05 UTC, H. S. Teoh wrote:On Tue, Nov 27, 2018 at 06:48:00PM +0000, Andre Pany via Digitalmars-d wrote:This is the ddox build of dlang.org and thus a bug in ddox and should be filled there accordingly: https://github.com/rejectedsoftware/ddoxHi, 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
Nov 28 2018
On Wednesday, 28 November 2018 at 12:09:11 UTC, Seb wrote:On Tuesday, 27 November 2018 at 18:54:05 UTC, H. S. Teoh wrote:Thanks a lot. Issue https://github.com/rejectedsoftware/ddox/issues/217 created. Kind regards AndréOn Tue, Nov 27, 2018 at 06:48:00PM +0000, Andre Pany via Digitalmars-d wrote:This is the ddox build of dlang.org and thus a bug in ddox and should be filled there accordingly: https://github.com/rejectedsoftware/ddox[...][...] Ouch. That needs to be fixed. Please file a bug: https://issues.dlang.org/enter_bug.cgi T
Nov 29 2018
On Tuesday, 27 November 2018 at 18:48:00 UTC, Andre Pany wrote:Hi, While searching for "dlang executeShell"If searching for D documentation, use my website instead. http://dpldocs.info/executeShell It is reasonably legible there. Along with everything else being reasonably legible.
Nov 27 2018