July 27, 2013 [phobos] [D-Programming-Language/phobos] b30c34: std.process: Remove incorrect usage of file RangeE... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: b30c347f500a9e382b5cc97e02ba6065426b71f5 https://github.com/D-Programming-Language/phobos/commit/b30c347f500a9e382b5cc97e02ba6065426b71f5 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2013-07-26 (Fri, 26 Jul 2013) Changed paths: M std/process.d Log Message: ----------- std.process: Remove incorrect usage of file RangeError ctor parameter The code attempted to construct a RangeError object with a "Command line is empty" string as the first parameter. However, the first parameter specifies the source file (and defaults to __FILE__), not the reason (which is always "Range violation"). Commit: 1d2b7802684df9ccdf8ba6dbb61e0c51ec11f153 https://github.com/D-Programming-Language/phobos/commit/1d2b7802684df9ccdf8ba6dbb61e0c51ec11f153 Author: monarch dodra <monarchdodra@gmail.com> Date: 2013-07-27 (Sat, 27 Jul 2013) Changed paths: M std/process.d Log Message: ----------- Merge pull request #1435 from CyberShadow/std-process-rangeerror std.process: Remove incorrect usage of file RangeError ctor parameter Compare: https://github.com/D-Programming-Language/phobos/compare/c5008f2c6fae...1d2b7802684d |
Copyright © 1999-2021 by the D Language Foundation