clamsproject / mmif

MultiMedia Interchange Format
Apache License 2.0
5 stars 1 forks source link

added warnings as a simple list of strings #190

Closed keighrim closed 1 year ago

keighrim commented 1 year ago

This PR to address #188.

Note that using warnings were originally suggested to address a problem with random, undefined parameter passing (https://github.com/clamsproject/clams-python/issues/101) but having a place for non-critical runtime problems is generally a good idea, I think.