mirror of https://github.com/mono/CppSharp.git
Browse Source
The generation problem manifested as duplication of methods in the AST which was breaking the numbering logic and caused duplicated delegates. The root problem was that in the parser we sometimes would walk through methods but forget to add them to their respective classes. No test because it's tricky to trigger it.pull/103/head
2 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue