dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

Prevent colliding overload generation in code gen #291

Closed arlm closed 7 years ago

arlm commented 8 years ago

Fixes #290

arlm commented 8 years ago

I am working on an alternative for this. This week you might see new commits here.

AArnott commented 7 years ago

Sorry I haven't gotten to this yet, @arlm. I wasn't rejecting this. Did you close it out of lost hope or do you have a better idea of how to do it?

arlm commented 7 years ago

Sorry, not closed, but was waiting things to be more easy on my time management... hehehe. Sorry. Couldn't apply more effort on this yet. I know you didn't reject but I need to get more acquainted with the generator... will try again as soon as I can get it working on my home machine (the macOS one)...

arlm commented 7 years ago

I will update it all accordingly. The code got stale because of all the changes. I did a patch with only my generator changes and will apply on a fresh branch from the most up-to-date master (the one with .NET SDK) hehehe ... got tired trying to do the merge and will open a new one referencing this one.