riscv / configuration-structure

RISC-V Configuration Structure
https://jira.riscv.org/browse/RVG-50
Creative Commons Attribution 4.0 International
36 stars 16 forks source link

rvcs usability improvements #56

Closed timsifive closed 3 years ago

timsifive commented 3 years ago

When there is an error parsing an ASN.1 schema file, print out the filename that caused the problem. Also hide the full traceback which isn't helpful.

Do a better job printing out differences when there are type changes due to JER parsing turning tuples into dicts. Any differences aren't hidden, and the output is more targeted.