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
To facilitate accommodation for backward compatibility, there could be a subclass or trait for declaring deprecated keys/attributes and their newer versions, with an inferred default message that could be overridden. This comes up a decent amount within pepkit and would probably be more broadly useful, facilitating backcompat by abstracting away some of the handling of the deprecation thus lowering the cost of providing it.
The text was updated successfully, but these errors were encountered:
To facilitate accommodation for backward compatibility, there could be a subclass or trait for declaring deprecated keys/attributes and their newer versions, with an inferred default message that could be overridden. This comes up a decent amount within
pepkit
and would probably be more broadly useful, facilitating backcompat by abstracting away some of the handling of the deprecation thus lowering the cost of providing it.The text was updated successfully, but these errors were encountered: