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
An alternative to the additional arg is using the deprecated annotation from stdlib. This looks to be safe to use here - when the marco expands it will associated with the instance var so won’t fill compiler warning with garbage. The advantage of this is it keeps the same semantics as deprecating other functionality.
add a default false
deprecated
option to attribute.access to a deprecated field will be logged as a warning.
The text was updated successfully, but these errors were encountered: