VP Code Style checker rejects "warning" log messages
Closed this issue · 2 comments
The VP Style checker triggered in Github PRs fails to accept "warning" logging categories. This is totally legit as described in the Simics 7 documentation: https://simics-download.pdx.intel.com/simics-7/docs/html/dml-1.4-reference-manual/language.html#log-statements
An example of how this script rejects warning logs is here: https://github.com/intel-restricted/applications.simulators.isim.vp/actions/runs/13841812771/job/38730906065?pr=64232
/tmp/tmp3a5o13rc/s3m/modules/s3m-itss/pch-hpe-timer.dml line 317: Invalid log kind, valid log kinds are "error", "info", "unimpl", "critical", and "spec_viol".
This is the incorrect DML error reported. Pasting here in case the link is removed.
Should be already fixed after #62, please re-open if it replicates with latest release,
