cite-architecture / citeobj

Collections of citable objects
1 stars 0 forks source link

urnMatch fails… #59

Closed Eumaeus closed 7 years ago

Eumaeus commented 7 years ago

when a collection has both CtsUrn and Cite2Urn properties.

Look in CiteObject.scala, around line 305. I think it makes a vector of all URN properties, and tries to twiddle CTS ~~ Cite2, throwing an error.

neelsmith commented 7 years ago

Note: the error is in function def urnMatch(u: Urn): Boolean

The previous comment correctly identifies th bug.

neelsmith commented 7 years ago

resolved in 3.1.3