January 19, 2012 [phobos] [D-Programming-Language/phobos] b1c121: let parse() with radix throw on empty input | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: b1c121dbb01da9989e25225615a97c2a8688e4cf https://github.com/D-Programming-Language/phobos/commit/b1c121dbb01da9989e25225615a97c2a8688e4cf Author: Nils Bo?ung <nilsbossung at googlemail.com> Date: 2012-01-19 (Thu, 19 Jan 2012) Changed paths: M std/conv.d Log Message: ----------- let parse() with radix throw on empty input Commit: b92a2c451f3b21515119f2eb68f55b279874d47a https://github.com/D-Programming-Language/phobos/commit/b92a2c451f3b21515119f2eb68f55b279874d47a Author: Nils Bo?ung <nilsbossung at googlemail.com> Date: 2012-01-19 (Thu, 19 Jan 2012) Changed paths: M std/conv.d Log Message: ----------- make parse() error messages not include the full input Including the full input is not feasible with non-forward ranges. And with infinite ranges it leads to an infinite loop. Commit: 6ca6e3216c597f00dd08ac46c10996febe848dd9 https://github.com/D-Programming-Language/phobos/commit/6ca6e3216c597f00dd08ac46c10996febe848dd9 Author: Nils Bo?ung <nilsbossung at googlemail.com> Date: 2012-01-19 (Thu, 19 Jan 2012) Changed paths: M std/conv.d Log Message: ----------- documentation Commit: 8f2137bf95dcf881d04883ad9e962a557de453c3 https://github.com/D-Programming-Language/phobos/commit/8f2137bf95dcf881d04883ad9e962a557de453c3 Author: Nils Bo?ung <nilsbossung at googlemail.com> Date: 2012-01-19 (Thu, 19 Jan 2012) Changed paths: M std/conv.d Log Message: ----------- fix oversights Commit: 5a21673eac145a182a4a68d86d8fc4c0e9e2f489 https://github.com/D-Programming-Language/phobos/commit/5a21673eac145a182a4a68d86d8fc4c0e9e2f489 Author: Hara Kenji <k.hara.pg+dev at gmail.com> Date: 2012-01-19 (Thu, 19 Jan 2012) Changed paths: M std/conv.d Log Message: ----------- Merge pull request #396 from NilsBossung/bugzilla7302 make parse with radix work on ranges (bugzilla 7302) Compare: https://github.com/D-Programming-Language/phobos/compare/982b350...5a21673 |
Copyright © 1999-2021 by the D Language Foundation