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

Results 123 binding-tools-for-swift issues
Sort by recently updated
recently updated
newest added

Like it says on the box

enhancement

We don't really use those really, so consider just using the `-C` arg and simplifying all the code to just use search paths. Why were they needed? For compiling references...

enhancement

Welcome to Binding Tools for Swift (BTFS)! While much of the infrastructure and binding tooling is complete, there is number of items we expect to work on before integrating with...

Change SOM_PATH references to BTFS_PATH. We're not Swift-o-Matic anymore.

enhancement
good first issue

ModuleInventory.ClassesForName (SwiftName modName), ModuleInventory.ProtocolsForName (SwiftName modName), and ModuleInventory.FunctionsForName (SwiftName modName) should return public classes. Issue: Sometimes it gives us internal or private classes as well Example, from libswiftCore.dylib: - Swift._UnicodeEncoding...

bug

A list of things that DylibBinder cannot handle: - Accurate public or private names - Unavailable - Obsoleted - Deprecated - Subscripts - Order of AssociatedTypes is not consistent with...

support

In DynamicXmlTests - TestGenericMethodInGenericClass the Generic parameters get a little wonky. **DylibBinder's xml** ``` ``` **SwiftInterfaceParser's xml** ``` ``` **Error:** // wrong signature //Expected string length 48 but was 43....

bug

Protocols still need a good amount of work - self (DynamicXmlTests - DetectsSelfEasy, DetectsSelfEasy1, DetectsSelfInTuple, DetectsSelfInOptional, DetectsSelfInBoundGeneric, DetectsSelfInClosure)

enhancement

Need to look over the difference between the two and how to handle them Fails DynamicXmlTests - TestConvenienceCtor

enhancement

I guess not all constructors are meant to be inout? Example) DynamicXmlTests TestCtorType

enhancement