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
add dependency features for objc2 crate
From the crate's docs: This behaviour can be tweaked with the "relax-void-encoding", "relax-sign-encoding" or "disable-encoding-assertions" Cargo feature flags if it is causing you trouble.
do type verification.
I think 2 would be good solution.
I didn't tested either solutions, but I think I can in some days. Can I make a branch for it and create PR?
The text was updated successfully, but these errors were encountered:
The place error happens:
Error messages:
This error didn't exist yesterday, I could run code without any problom. I think it is because of the version up of
objc2
crate.objc2
crate's latest docs(https://docs.rs/objc2/latest/objc2/macro.msg_send.html) says Type verification required formsg_send!
macro, but 0.5.2 version(which is the minimal dependency version of sdl3 crate) docs(https://docs.rs/objc2/0.5.2/objc2/macro.msg_send.html) does not mentioned about it.I think there are two options to handle this,
add dependency features for
objc2
crateFrom the crate's docs: This behaviour can be tweaked with the "relax-void-encoding", "relax-sign-encoding" or "disable-encoding-assertions" Cargo feature flags if it is causing you trouble.
do type verification.
I think 2 would be good solution.
I didn't tested either solutions, but I think I can in some days. Can I make a branch for it and create PR?
The text was updated successfully, but these errors were encountered: