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
For the support code for NS_UNAVAILABLE it would be nice to automatically merge metadata registrations for exactly the same classname/selectorname tuples.
Also allow setting "suggestion" to None to clear the suggestion field of the method signature (which would allow both setting and clearing that field when merging is implemented). One thing to investigate before implementing this: this might still be problematic when this is used to mark an "unavailable" selector as available in a subclass when that selector has non-trivial metadata in the parent class (such as completionhandler arguments).
The text was updated successfully, but these errors were encountered:
For the support code for NS_UNAVAILABLE it would be nice to automatically merge metadata registrations for exactly the same classname/selectorname tuples.
Also allow setting
"suggestion"
toNone
to clear the suggestion field of the method signature (which would allow both setting and clearing that field when merging is implemented). One thing to investigate before implementing this: this might still be problematic when this is used to mark an "unavailable" selector as available in a subclass when that selector has non-trivial metadata in the parent class (such as completionhandler arguments).The text was updated successfully, but these errors were encountered: