Emmanuel Nyarko

Results 19 comments of Emmanuel Nyarko

Okay so I have finally been able to get this PR pass with the CI. I'm sharing the preview of my changes here from CyberShadow. After you have a look,...

> Thanks for writing this! > I don't use C++ so I can't verify the info deeply, perhaps @Geod24 can take a quick look? Okay let me ping him

is this project still relevant ??? @burner

> In my opinion this project is still relevant. sent you a quick mail.

Typedefs are converted to aliases in importC. so the only doable thing here is to maybe avoid using D type identifiers in your C typedefs. but in cases where changes...

I am a little skeptical about this. I would need to expand this for all D keywords in all type of code. but I don't think skipping them is the...

> ```diff > diff --git a/home/circleci/dmd/compiler/src/dmd/frontend.h b/home/circleci/dmd/generated/linux/release/64/frontend.h > index d0063f09f..8bb76e554 100644 > --- a/home/circleci/dmd/compiler/src/dmd/frontend.h > +++ b/home/circleci/dmd/generated/linux/release/64/frontend.h > @@ -9018,10 +9018,10 @@ struct Token final > }; > Identifier* ident;...