FAAM-146 / decades-ppandas

1 stars 0 forks source link

Unset attributes are written to file #16

Open davesproson opened 3 years ago

davesproson commented 3 years ago

Attributes which are defined as required in a standard will be created, potentially with the constant ppodd.decades.attributes.ATTRIBUTE_NOT_SET. If this constant is not set, it's still written to file.

These definitely shouldn't be written to file, and should either generate a warning, or possibly an error depending on whether we're in strict mode.