Thread overview
[Issue 18464] fullyQualifiedName!ifloat and fullyQualifiedName!cfloat fail
Feb 19, 2018
Seb
Oct 21, 2018
Tiberiu Lepadatu
Feb 07, 2021
Berni44
February 19, 2018
https://issues.dlang.org/show_bug.cgi?id=18464

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--- Comment #1 from Seb <greensunny12@gmail.com> ---
While not directly related to your issue, but are you aware that the i and c variants are about to be deprecated? (they have been deprecated in 2012, but -transition=complex has never been activated by default)

--
February 21, 2018
https://issues.dlang.org/show_bug.cgi?id=18464

--- Comment #2 from katemmons0@gmail.com ---
(In reply to Seb from comment #1)
> While not directly related to your issue, but are you aware that the i and c variants are about to be deprecated? (they have been deprecated in 2012, but -transition=complex has never been activated by default)

Nope, didn't know that. I don't need this for anything, I just noticed it and thought I would report it. https://imgur.com/gallery/cMfkFGP

--
October 21, 2018
https://issues.dlang.org/show_bug.cgi?id=18464

Tiberiu Lepadatu <tiberiulepadatu14@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tiberiulepadatu14@gmail.com

--- Comment #3 from Tiberiu Lepadatu <tiberiulepadatu14@gmail.com> ---
I think that the error comes from the fact that fqnType does not recognize c and i types. Should I write a fix, giving the fact that the types will be eliminated?

--
February 07, 2021
https://issues.dlang.org/show_bug.cgi?id=18464

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@bernis-buecher.de
         Resolution|---                         |WONTFIX

--- Comment #4 from Berni44 <bugzilla@bernis-buecher.de> ---
With the deprecation of complex native types, I think, this is a WONTFIX.

--