https://issues.dlang.org/show_bug.cgi?id=23959

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 #15295 "Move lowerings to
`_d_array{setassign,assign_{l,r}}` to a `LoweredAssignExp` AST node" was merged
into stable:

- 196d3a4c0649094353b56fb3af81cccc014ee8c8 by Teodor Dutu:
  Fix Issue 23959 - Move lowerings to `_d_array{setassign,assign_{l,r}}` to a
`LoweredAssignExp` AST node

  The compiler now uses a `LoweredAssignExp` node for assignmets that
  lower to `_d_arrayassign_{l,r}`

  Signed-off-by: Teodor Dutu <teodor.d...@gmail.com>

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

--

Reply via email to