YangCatalog / backend

YANG Catalog's REST API and internal module processing pipeline
https://yangcatalog.org
Apache License 2.0
2 stars 11 forks source link

Notify vendors about conflicting modules #748

Open bskqd opened 1 year ago

bskqd commented 1 year ago

While parsing the files we can encounter files that are already available in the save-file-dir (which means that they have already been parsed before) and the hash of the two modules at this point is different, so we have to understand if these modules have only formatting changes (different quotes around strings, whitespace changes, additional comments, etc.), or the content of these files is different and if the content is different then we have to notify the vendors that this is a bad practice, and they should create another revision for such changes.