Thread overview
[Issue 19294] Support for array operations with Complex! is incomplete
Oct 21, 2018
Eduard Staniloiu
Oct 21, 2018
Cristian Creteanu
Sep 30, 2021
RazvanN
Oct 02, 2021
SorinM
Oct 10, 2021
Dlang Bot
Nov 08, 2021
Dlang Bot
Nov 15, 2021
Dlang Bot
Nov 22, 2021
Dlang Bot
Jan 24, 2022
Dlang Bot
Dec 17, 2022
Iain Buclaw
October 21, 2018
https://issues.dlang.org/show_bug.cgi?id=19294

Eduard Staniloiu <edi33416@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |edi33416@gmail.com

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

Cristian Creteanu <cristiancreteanu06@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cristiancreteanu06@gmail.co
                   |                            |m
           Assignee|nobody@puremagic.com        |cristiancreteanu06@gmail.co
                   |                            |m

--
September 30, 2021
https://issues.dlang.org/show_bug.cgi?id=19294

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bootcamp                    |
                 CC|                            |razvan.nitu1305@gmail.com
          Component|phobos                      |dmd
           Severity|enhancement                 |normal

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
This doesn't work for any type, not just complex. Changing to a dmd bug.

--
October 02, 2021
https://issues.dlang.org/show_bug.cgi?id=19294

SorinM <sorin.mateescu@stud.acs.upb.ro> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sorin.mateescu@stud.acs.upb
                   |                            |.ro
           Assignee|cristiancreteanu06@gmail.co |sorin.mateescu@stud.acs.upb
                   |m                           |.ro

--
October 10, 2021
https://issues.dlang.org/show_bug.cgi?id=19294

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@sorin-gabriel created dlang/dmd pull request #13154 "Fix issue 19294 - Support for array operations with Complex! is incom…" fixing this issue:

- Fix issue 19294 - Support for array operations with Complex! is incomplete (partial fix, only for operands of the same type)

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

--
November 08, 2021
https://issues.dlang.org/show_bug.cgi?id=19294

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13154 "Partial fix issue 19294 - Support for array operations with Complex! is incomplete" was merged into master:

- 5aaf9679581ef70525e2e590302bf49cf571f583 by Gabriel:
  Partial fix issue 19294 - Support for array operations with Complex! is
incomplete

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

--
November 15, 2021
https://issues.dlang.org/show_bug.cgi?id=19294

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@sorin-gabriel created dlang/dmd pull request #13307 "Partial fix issue 19294 (Updated with broader support for array operations)" fixing this issue:

- Fix issue 19294 - Support for array operations with Complex! is incomplete (partial fix, only for operands of the same type)

- Revert "Fix issue 19294 - Support for array operations with Complex! is incomplete (partial fix, only for operands of the same type)"

  This reverts commit 6d00a9c0474084fcfaca624140752422cc639bbc.

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

--
November 22, 2021
https://issues.dlang.org/show_bug.cgi?id=19294

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13307 "Partial fix issue 19294 (Updated with broader support for array operations)" was merged into master:

- 475b3220c4cdb60a5773582504468f7ad4273f47 by Gabriel:
  Partial fix issue 19294 (Updated with broader support for array operations)

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

--
January 24, 2022
https://issues.dlang.org/show_bug.cgi?id=19294

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #13368 "fix Issue 22127 - compiler assertion failure parser on UDA and functi…" mentioning this issue:

- Partial fix issue 19294 - Support for array operations with Complex! is
incomplete (#13154)

  Partial fix issue 19294 - Support for array operations with Complex! is
incomplete

  Signed-off-by: Razvan Nitu <RazvanN7@users.noreply.github.com>
  Merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19294

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--