-
Notifications
You must be signed in to change notification settings - Fork 67
Error generating Objective-C binding files #1269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oops, forgot to use a For the unknown type name error, I guess there's a missing import. You might be able to work around it by adding the header that declares |
|
Method filtering is on the todo list: #251. I'll try to land it in the next version |
Actually it's a bit more complicated than this. The function is being unique named (automatically, after |
I'm going to be out for 3 weeks soon so no hurry from my POV. |
Ah yes that's a bug, so we either need to have an originalCName and renamedCName. Or make sure that the name deduplication takes into account both the Dart and C name conflicts. I think the first option makes more sense. Implementing C name dedup before transformers is probably fine. We already have it for the Dart name, so it wont make the code that much more dirty. Esp. the code generation part using the renamed names will be the same changes with or without the transformers. Only the renaming part itself will differ with transformers. So it's probably fine to implement this before implementing the transformers. (But it's fine with me if this is postponed until we have transformers. Whatever you prefer.) |
As of cd8eddf8ad5b953127acf884f2b8a614482a8b0f, this objective-c binding code is generated and contains these compilation errors:
The text was updated successfully, but these errors were encountered: