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
As @chillpopnoted in a PR comment, we use withContext, forContext, and inContext in various method signatures. Some of these make sense (e.g.: managedObjectOfClass:inContext:) but a lot of them do not (e.g.: arrayForClass:forContext:). Let's review all the method signatures and standardize as much as makes sense.
Deprecate the existing method signatures and have them call the newly-named methods in the first release after this change.
The text was updated successfully, but these errors were encountered:
As @chillpop noted in a PR comment, we use
withContext
,forContext
, andinContext
in various method signatures. Some of these make sense (e.g.:managedObjectOfClass:inContext:
) but a lot of them do not (e.g.:arrayForClass:forContext:
). Let's review all the method signatures and standardize as much as makes sense.Deprecate the existing method signatures and have them call the newly-named methods in the first release after this change.
The text was updated successfully, but these errors were encountered: