You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latter should allow us to use id for transformable attributes.
@rentzsch suggested a connection with #2 which I’ll have to investigate as well—if we could get int32_t at the same time, that would be nice. On the other hand, that issue describes NSNumber method selectors which would still have to be handled separately.
The text was updated successfully, but these errors were encountered:
[NEW] Better return value types: `int16_t`/`int32_t`/`int64_t` instead of `short`/`long`/`long long` and `id` instead of `NSObject*`. closes#2, #85 (Rob Rix)
[NEW] Better return value types: `int16_t`/`int32_t`/`int64_t` instead of `short`/`long`/`long long` and `id` instead of `NSObject*`. closesrentzsch#2, rentzsch#85 (Rob Rix)
The latter should allow us to use id for transformable attributes.
@rentzsch suggested a connection with #2 which I’ll have to investigate as well—if we could get int32_t at the same time, that would be nice. On the other hand, that issue describes NSNumber method selectors which would still have to be handled separately.
The text was updated successfully, but these errors were encountered: