binding-tools-for-swift
binding-tools-for-swift copied to clipboard
[DylibBinder] List of things not able to be handled yet
A list of things that DylibBinder cannot handle:
- Accurate public or private names
- Unavailable
- Obsoleted
- Deprecated
- Subscripts
- Order of AssociatedTypes is not consistent with SwiftInterfaceParser
- AssociatedTypes types
- Obj-C Selectors
- Accessibilities other than public
- Required
- Operator
- Naming convention - Giving tuples names when DynamicXmlTests says not to
- lets
- Global variables
- Inheritance for associatedTypes
In Created Issues already:
- enum elements
- Destructors