Closed SimonN closed 1 year ago
I've started to work on this. There will be lots of small changes across many files.
I've fixed all warnings and removed all alias this
in classes. I'll take some more days to test it. If it's all good, I'll release the fix this weekend.
Lix 0.10.7
Compile Lix with DMD 2.103.0 or newer. The build succeeds, but we get several warnings of this type:
Rewrite all affected classes to not use
alias this
. We can either use the code autogeneration from DMD 2.103.0's release notes or name the alias-this'd objects explicitly at every call site.