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

Improve the grep search #699

Closed bskqd closed 1 year ago

bskqd commented 1 year ago

Reformated some code, fixed the problem with improper commits into the YangModels/yang repo, and also fixed the possible problem with updated logic of hashing in the module-compilation repo, because the get_draft_module_content function uses the content of the file populated by the compile_modules.py script which has been changed

resolves #698