-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
A-block2Affects the `block2` crateAffects the `block2` crateenhancementNew feature or requestNew feature or request
Description
objc2/crates/block2/src/concrete_block.rs
Line 189 in dd6c804
// TODO: Use new ABI with BLOCK_HAS_SIGNATURE |
Some newer Apple APIs appear to fail in unexpected ways when called with blocks that don't have signatures. It would be useful to at least have some way of manually specifying a signature, though unsafe. Generating it automatically would be even better of course, though it's an interesting question how to actually do so.
Metadata
Metadata
Assignees
Labels
A-block2Affects the `block2` crateAffects the `block2` crateenhancementNew feature or requestNew feature or request