January 25, 2019
Yesterday I've decided to fix https://issues.dlang.org/show_bug.cgi?id=16360.
quite quickly I've managed to fix the case of static structs and unions [1] however the linker now complains that the nested static stuff is defined several times.

Where should I look at to fix this ?

[1]: https://github.com/Basile-z/dmd/commit/89031aa795a055b1365bf0ab62dadcf39cd0c16b
January 25, 2019
On Friday, 25 January 2019 at 06:17:18 UTC, Basile B. wrote:
> Yesterday I've decided to fix https://issues.dlang.org/show_bug.cgi?id=16360.
> quite quickly I've managed to fix the case of static structs and unions [1] however the linker now complains that the nested static stuff is defined several times.
>
> Where should I look at to fix this ?
>
> [1]: https://github.com/Basile-z/dmd/commit/89031aa795a055b1365bf0ab62dadcf39cd0c16b

Please ignore. Actually solved.