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
AbstractObject has ALLOWED_ANYWHERE_PROPS, Manifest has ARRAY_KEYS and (will have) ANY_TYPE_KEYS. If all types had these, we could check all of the keys and raise warnings when unexpected keys are present (they can always be added via []=). User could supply an argument (e.g. force=true) if they really want these to make it through.
The text was updated successfully, but these errors were encountered:
jpstroop
changed the title
Should Types (e.g. Manifest, Sequence) have raise warning when unexpected values are marshaled?
Should Types (e.g. Manifest, Sequence) raise warning when unexpected values are marshaled?
Nov 8, 2014
AbstractObject has
ALLOWED_ANYWHERE_PROPS
, Manifest hasARRAY_KEYS
and (will have)ANY_TYPE_KEYS
. If all types had these, we could check all of the keys and raise warnings when unexpected keys are present (they can always be added via[]=
). User could supply an argument (e.g.force=true
) if they really want these to make it through.The text was updated successfully, but these errors were encountered: