Ishan
09/12/2024, 4:39 PMname
, value
, type
, set
and start
. I couldn't find any documentation on this behaviour change in upgrade notes. Is there a list somewhere?
From searching, I've seen some discussion on Github and SO but no clear explanation or behavior.
1. Is there a list of keywords that get mangled?
2. Is this because of conflicts? I've checked the generated header file and apart from type
, there shouldn't be a conflict with any other names with any other interfaces.russhwolf
09/12/2024, 7:39 PMname
that can't have the same name in Objective-C, then one of them will become name_
. That behavior has always existed, so I'm not sure what changed between 1.9.20 and 2.0.20 to cause you to see it happen in places it wasn't happening before.glauber
09/20/2024, 3:14 AMIshan
09/20/2024, 3:18 AMIshan
09/20/2024, 3:18 AM