Should getVersion(program, namespace)
return a VersionMap when called using child namespaces of the versioned namespace?
#6281
Labels
If a specification is created like this:
Calling getVersion on namespace
Parent.Child
orParent.Sibling
it seems that the set of versions specified in the parent namespace should be returned.Since it is a common pattern for http emitters to look for versioning on the namespace with the
@service
decorator, this could cause some issues for specs constructed in this way.The text was updated successfully, but these errors were encountered: