Thread overview
[Issue 21564] Allow assignment syntax for instantiating mixin templates
Jan 20, 2021
Bolpat
Dec 17, 2022
Iain Buclaw
Apr 16
Dlang Bot
January 20, 2021
https://issues.dlang.org/show_bug.cgi?id=21564

Bolpat <qs.il.paperinik@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qs.il.paperinik@gmail.com

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
April 16
https://issues.dlang.org/show_bug.cgi?id=21564

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #16387 "Fix Bugzilla 21564 - assignment syntax for instantiating mixin templates" fixing this issue:

- Fix Bugzilla 21564 - Allow assignment syntax for instantiating mixin templates

  Following the [alias this
change](https://dlang.org/changelog/2.105.0.html#dmd.alias-this-syntax),
  I think mixin instantiation was the last place not using assignment
  syntax.

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

--