ivoa / vo-dml

VO-DML tooling and documents.
Creative Commons Attribution Share Alike 4.0 International
1 stars 1 forks source link

recursive model import #7

Open pahjbo opened 2 years ago

pahjbo commented 2 years ago

does a model C that imports a model B ( that itself also imports a model A ) also need to explicitly import model A or is recursive import allowable?

pahjbo commented 2 years ago

I think that the majority of current use is that recursive import is not assumed and that explicit imports are required - I think that is probably best

pahjbo commented 2 years ago

the published gradle plugin requires explicit import of models