binding-tools-for-swift icon indicating copy to clipboard operation
binding-tools-for-swift copied to clipboard

[DylibBinder] List of things not able to be handled yet

Open tj-devel709 opened this issue 3 years ago • 0 comments

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

tj-devel709 avatar Jun 04 '21 23:06 tj-devel709