atilaneves / dpp

Directly include C headers in D source code
Boost Software License 1.0
230 stars 31 forks source link

Dpp renaming of functions is wonky #142

Open Laeeth opened 5 years ago

Laeeth commented 5 years ago

See xenon. It renames the getter and setter to have a _ at end of name and that causes a clash with the private field name itself

atilaneves commented 5 years ago

I'll look into it.

atilaneves commented 5 years ago

I also ran into this. Not sure it's still happening on the tip of my most current branch. Once I fix everything else that's wrong I'll see if this is still valid.

Laeeth commented 5 years ago

Okay... Thanks.