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
At runtime, msg_send! could verify that the encoding of arguments and the return type matches those specified by the Objective-C runtime. This would help catch errors from mismatched types.
The text was updated successfully, but these errors were encountered:
Verifying return type encodings was dropped in 51139b9 and #11 was closed because it wouldn't have helped. This issue should be expanded to include adding verification back.
SSheldon
changed the title
send_message_verified should verify the type encoding of arguments
msg_send should verify the type encoding of arguments and return
Mar 16, 2015
At runtime,
msg_send!
could verify that the encoding of arguments and the return type matches those specified by the Objective-C runtime. This would help catch errors from mismatched types.The text was updated successfully, but these errors were encountered: