Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing for #456 found some metadata that cannot be parsed by the bridge
* Add constants for the 'A' and 'j' characters in type encoding * Basic implementation for 'A' in objc_support The implemtation is not entirely correct, the prefix denotes an atomic varialble and should be read/written using atomic instructions. The prefix is currently ignored, that should be good enough for now. The 'j' prefix is not supported by the bridge, and is not used in public APIs.
- Loading branch information