"The D Way" to run a sequence of executables?

Matthew OConnor thegreendragon at gmail.com
Fri Aug 24 17:36:25 UTC 2018


I'd like to run a sequence of executables with something like 
std.process.execute, but I would like the sequence to error out 
if one of the executables returns a non-zero return code. What is 
the recommended way to do this? A wrapper that throws exceptions? 
Checking return values?


More information about the Digitalmars-d-learn mailing list