Thread overview
[Issue 19948] Fully qualified name not used in errors when implicit const conversion is involved
Sep 21, 2020
Mathias LANG
Mar 15, 2022
Dlang Bot
Mar 15, 2022
Dlang Bot
September 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19948

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Similarly, we did this for overrides: https://issues.dlang.org/show_bug.cgi?id=21246

--
March 15, 2022
https://issues.dlang.org/show_bug.cgi?id=19948

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #13825 "Fix Issue 19948 - Fully qualified name not used in errors when implicit const conversion is involved" fixing this issue:

- Fix Issue 19948 - Fully qualified name not used in errors when implicit const conversion is involved

https://github.com/dlang/dmd/pull/13825

--
March 15, 2022
https://issues.dlang.org/show_bug.cgi?id=19948

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/dmd pull request #13825 "Fix Issue 19948 - Fully qualified name not used in errors when implicit const conversion is involved" was merged into master:

- 1f3fff2d4ece8dcc4414dc61c74593a05f765f61 by RazvanN7:
  Fix Issue 19948 - Fully qualified name not used in errors when implicit const
conversion is involved

https://github.com/dlang/dmd/pull/13825

--