Thread overview
[Issue 21233] std.conv.parse doesn't report the number of characters consumed
Sep 21, 2020
Dlang Bot
Nov 16, 2020
Dlang Bot
September 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21233

--- Comment #1 from adela.vais99@gmail.com ---
After analysing the source code, I see that there is already an overload that receives as a second parameter an integer, so my example above is impossible.

It was only an example, the problem is that parse doesn't report the number of characters consumed, and it doesn't really matter the way I receive this information.

--
September 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21233

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@adelavais created dlang/phobos pull request #7642 "Fix Issue 21233 - std.conv.parse doesn't report the number of charact…" fixing this issue:

- Fix Issue 21233 - std.conv.parse doesn't report the number of characters consumed

https://github.com/dlang/phobos/pull/7642

--
November 16, 2020
https://issues.dlang.org/show_bug.cgi?id=21233

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7642 "Fix Issue 21233 - std.conv.parse doesn't report the number of charact…" was merged into master:

- 77514ac15f30585366f9ff53c74126ef04571c08 by Adela Vais:
  Fix Issue 21233 - std.conv.parse doesn't report the number of characters
consumed

https://github.com/dlang/phobos/pull/7642

--