Closed chrbirks closed 3 years ago
Thanks! Will check this over the weekend.
Decided to simplify the parsing by merging ad-hoc conditionals with the regex. Closing this pull-request as these changes have been absorbed in a new one. Thanks for the pull request!
The
_splitTerms
function was rewritten to use RegEx matching instead of relying on:
as separators since newer Verilator versions can report column numbers. Also, some messages can contain colons in the message:Basic error handling was added to skip the diagnostics message in case match returns null.