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
It should be possible to design config to be backwards compatible, in particular to the following two cases:
adding a field where the default value does not change the current behavior should not invalidate hashes, and should support loading from previous versions of the config
it should be possible to rename a field and add a deprecated alias (as an __init__ argument? or in some other way?) and indicate to the hashing function that the old name should be used for hashing, and it should be possible to load configs from the old format
The text was updated successfully, but these errors were encountered:
It should be possible to design config to be backwards compatible, in particular to the following two cases:
__init__
argument? or in some other way?) and indicate to the hashing function that the old name should be used for hashing, and it should be possible to load configs from the old formatThe text was updated successfully, but these errors were encountered: