April 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17141

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|CommonType!(dchar, char)    |Type Inference Incorrectly
                   |returns uint                |Converts Characters to
                   |                            |Integers

--
April 30, 2017
https://issues.dlang.org/show_bug.cgi?id=17141

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #8 from Steven Schveighoffer <schveiguy@yahoo.com> ---
I'm not sure the cure is better than the disease.

If CommonType!(dchar, char) becomes dchar, then chaining together a range of dchar with a range of char *integer promotes* the char range to dchar. It doesn't decode it!

--
July 05, 2017
https://issues.dlang.org/show_bug.cgi?id=17141

John Colvin <john.loughran.colvin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.loughran.colvin@gmail.
                   |                            |com

--- Comment #9 from John Colvin <john.loughran.colvin@gmail.com> ---
see also related https://issues.dlang.org/show_bug.cgi?id=16235

--
May 26, 2019
https://issues.dlang.org/show_bug.cgi?id=17141

Suleyman Sahmi (سليمان السهمي) <sahmi.soulaimane@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sahmi.soulaimane@gmail.com
           Assignee|nobody@puremagic.com        |sahmi.soulaimane@gmail.com

--
May 26, 2019
https://issues.dlang.org/show_bug.cgi?id=17141

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

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

--- Comment #10 from Dlang Bot <dlang-bot@dlang.rocks> ---
@SSoulaimane updated dlang/dmd pull request #9889 "Fix issues 17141, 17358 - Ternary operator converts characters to integers" fixing this issue:

- Fix issues 17141, 17358 - Ternary operator converts characters to integers

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

--
May 26, 2019
https://issues.dlang.org/show_bug.cgi?id=17141

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

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

--- Comment #11 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9889 "Fix issues 17141, 17358 - Ternary operator converts characters to integers" was merged into master:

- 8826be69875448bfb18ecb887e89567e75a1b48f by سليمان السهمي  (Suleyman Sahmi):
  Fix issues 17141, 17358 - Ternary operator converts characters to integers

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

--
1 2
Next ›   Last »