Greetings.

I know that D1 will be deprecated pretty soon and I have a huge project based on D1. I am trying to build everything using the latest D1 build (1.076). I am looking into cleaning up a lot of code for this project that uses, dbi, juno and dfl. I am finding this error while compiling the code:

c:\D\dmd1.76\dmd\import\dfl\control.d(7634): Error: duplicate union initialization for size

This is line 7634:

const Size DEFAULT_SCALE = { 5, 13 };

What does the error say and how can I fix it?  Thanks.

josé

Reply via email to