On Wednesday, 13 August 2014 at 06:29:11 UTC, Timothee Cour via
Digitalmars-d wrote:
On Tue, Aug 12, 2014 at 11:09 PM, Lars T. Kyllingstad via
Digitalmars-d <
[email protected]> wrote:
On Tuesday, 12 August 2014 at 07:53:44 UTC, Timothee Cour via
Digitalmars-d wrote:
The deprecation message in 2.066(rc): 'Deprecation: function
std.process.system is deprecated - Please use executeShell
instead' is
often not what user wants.
Wait, what? The pull request that deprecated system() was
only merged a
few days ago! How can it already be in a release candidate?
[...]
clarification: actually that was from git master, not from rc.
Ok, that's good. Here's a fix anyway:
https://github.com/D-Programming-Language/phobos/pull/2422