[phobos] [D-Programming-Language/phobos] b1c121: let parse() with radix throw on empty input
GitHub
noreply at github.com
Thu Jan 19 06:11:35 PST 2012
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
More information about the phobos
mailing list