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
Fix given_or_derived behavior in Pops object init_hash
In create_init_hash_type the type specification for an init
hash is built. Currently a given_or_derived type is always
defined as a required init_hash attribute, which defeats
the ability to leave it unspecified and use the derived
value defaults.
By defining given_or_derived types always as optional it
allows passing a value in the init_hash or leaving it out
and using the derived value.
0 commit comments