+83
−7
+277
−1
Loading
Use compat_asn1 to check per-spec tag backwards compatibility.
Add new per-asn_file key to asn_config.json:
compat_commits Either:
- "COMMIT1..COMMIT2" to check changes between COMMIT1 and COMMIT2
(as per git diff COMMIT1..COMMIT2)
- "COMMIT" to check changes between COMMIT and origin/main.
Add asn_config.json entries for each tag against its previous tag.
Improve error handling if CompatCheck methods throw an exception
(e.g., an ASN.1 parse error), as some tags had syntax errors and this
makes it easier to highlight in test_config.json.