Thread overview
[Issue 14635] inconsistent type for line: uint vs size_t
Dec 23, 2016
Lucia Cojocaru
Dec 23, 2016
Martin Krejcirik
December 23, 2016
https://issues.dlang.org/show_bug.cgi?id=14635

Lucia Cojocaru <lucia.mcojocaru@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |trivial
                 CC|                            |lucia.mcojocaru@gmail.com

--
December 23, 2016
https://issues.dlang.org/show_bug.cgi?id=14635

--- Comment #1 from Martin Krejcirik <mk@krej.cz> ---
Hmm, dmd uses uint and Phobos uses size_t. I'm not sure what (if anything) to
do with it.

--
March 31, 2017
https://issues.dlang.org/show_bug.cgi?id=14635

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schveiguy@yahoo.com
          Component|phobos                      |druntime
         Resolution|---                         |WONTFIX

--- Comment #2 from Steven Schveighoffer <schveiguy@yahoo.com> ---
Good point, however, this is a dmd internal hook, and uints implicitly cast to size_t. We can worry about this the day DMD can successfully file a 2^32 + 1 line file.

--