Anton Bukov
Anton Bukov
@jspahrsummers but shouldn't this code be like this? ``` if (!class_isMetaClass(class) && class_respondsToSelector(class_getSuperclass(class), @selector(isProxy))) { keep &= ![class isProxy]; } ```
Looks like weakify/strongify does not support dot-separated identidiers, try: ``` objective-c @weakify(_delegate) ```
@SuperMarioBean Thats because really `safecategory` is separate class, which methods will be injected to parent class `NSHTTPURLResponse`. Really you can add properties like this: ``` objective-c @safecategory(NSHTTPURLResponse, YTNetworkMethods) @end @interface...
`@synthesizeAssociation` macro can be allowed with code fix like this: https://github.com/k06a/libextobjc/compare/master...fix/associate-in-safecategory?quick_pull=1 But `@synthesizeAssociation` still requires `property` to be defined in `@interface` part. Looks like we need `@safecategory` which consists of...
@kastiglione heh, that looks really horrible!
I have no iOS 8 devices right now. Can it be reproduced with simulator?
Had the same issue in the mid 2020: https://github.com/ethereum/solidity/issues/9610
Now `private` works as hypothetical `final`/`nonoverride`, but I wish `private` methods produce no side effects outside of the contracts/libraries.
We can use GitCoin to boost this change :) Moreover, this could attract more contributors to the repo.
Was it resolved or not?