Thread overview
[Issue 19796] druntime PR#1982 broke array ops on double[] due to wrong assumption of integral element type
[Issue 19796] PR#1982 broke array ops on double[] due to wrong assumption of integral element type
Apr 09, 2019
Dlang Bot
Apr 09, 2019
Dlang Bot
April 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19796

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|PR#1982 broke array ops     |PR#1982 broke array ops on
                   |                            |double[] due to wrong
                   |                            |assumption of integral
                   |                            |element type

--
April 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19796

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|PR#1982 broke array ops on  |druntime PR#1982 broke
                   |double[] due to wrong       |array ops on double[] due
                   |assumption of integral      |to wrong assumption of
                   |element type                |integral element type

--
April 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19796

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@wilzbach created dlang/druntime pull request #2550 "Fix Issue 19796  -  wrong assumption of integral element type" fixing this issue:

- Fix Issue 19796  -  wrong assumption of integral element type

https://github.com/dlang/druntime/pull/2550

--
April 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19796

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2550 "Fix Issue 19796  -  wrong assumption of integral element type" was merged into master:

- 4a79c5f95c3656c3523955b56ba9189c10f8fdb3 by Sebastian Wilzbach:
  Fix Issue 19796  -  wrong assumption of integral element type

https://github.com/dlang/druntime/pull/2550

--