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
Behavior>>addCategory:environmentId: is the standard method for adding method categories to a class and Rowan needs to have a hook (_rwAddCategory:environmentId:) to be able to enforce package conventions when the class is packaged ... similar to #_rwMoveMethod:toCategory: and _rwCompileMethodForConditionalPackaging:symbolList:category:environmentId:ifUnpackagedDo: ... required as part of the fix for #875 ... since part of the fix for GemTalk/Jadeite#956 was to use addCategory: which currently bypasses Rowan altogether ...
The text was updated successfully, but these errors were encountered:
dalehenrich
changed the title
Behavior>>addCategory:environmentId: needs to have a Rowan hook ...
[v3] Behavior>>addCategory:environmentId: needs to have a Rowan hook ...
Jan 9, 2024
Behavior>>addCategory:environmentId: is the standard method for adding method categories to a class and Rowan needs to have a hook (_rwAddCategory:environmentId:) to be able to enforce package conventions when the class is packaged ... similar to #_rwMoveMethod:toCategory: and _rwCompileMethodForConditionalPackaging:symbolList:category:environmentId:ifUnpackagedDo: ... required as part of the fix for #875 ... since part of the fix for GemTalk/Jadeite#956 was to use addCategory: which currently bypasses Rowan altogether ...
The text was updated successfully, but these errors were encountered: