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

When parsing in `.swiftinterface` files we generate XML which we turn around and parse into the `*Declaration` classes. We can eliminate the XML parsing by generating the `*Declaration` classes directly....

enhancement

The *Inventory objects could be done with concurrent dictionary.

enhancement
good first issue

enhancement
good first issue

Look over code and make changes including: - using `var` where it makes sense - clean up type-checking using the `if (cl is SomeType varName)` pattern - remove `SomeType varName...

enhancement
good first issue

Running XmlReflectionTests.DynamicXmlTests.InlineFunction(Parser) is giving the errors: ``` line 8:11 missing {Binary_literal, Octal_literal, Decimal_literal, Pure_decimal_digits, Hexadecimal_literal} at 'b' ```

bug

In particular, the process of reading parsing the swift interface files and the process of reading in symbols from binaries could definitely be done async.

enhancement
good first issue

CSSimpleType has a number of public static accessors for common types that are in the form: ``` public static CSSimpleType SomeType { get { return tSomeType; } } ``` these...

enhancement
good first issue

tom-swifty will generate errors that include an exception. It would nice if we had an option (maybe triggered by verbosity) that will show: The stack trace in the exception An...

enhancement
good first issue

In Xcode 14.3, there is no support for 32 bit processors. We still have support for it in our code. Should we remove it entirely?

enhancement