Thread overview
[Issue 19591] Unresolved Mixin Symbol
Jan 16, 2019
Puneet Goel
Dec 17, 2022
Iain Buclaw
Apr 25, 2023
RazvanN
January 16, 2019
https://issues.dlang.org/show_bug.cgi?id=19591

--- Comment #1 from Puneet Goel <puneet@coverify.org> ---
Code is attached as tar file.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
April 25, 2023
https://issues.dlang.org/show_bug.cgi?id=19591

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
I cannot reproduce this with latest master. I now get:

0000000000000000 W _D3foo3Foo8__mixin66foobarMFZv
                 U _D3foo3Foo8__mixin66foobarMFZv

Closing as worksforme.

--