cite-architecture / citeobj

Collections of citable objects
1 stars 0 forks source link

Instantiating CITE Collections is too fragile #78

Open neelsmith opened 6 years ago

neelsmith commented 6 years ago

CiteCollection constructor dumbly tries to makes URNs and throws show-stopping exceptions when it fails. It should make Option[Cite2Urn], and report out bad ones, perhaps with an option to stop or continue on failure, but in any case giving users more information about the context of the URN failure.