-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove obsolete warnings #321
base: main
Are you sure you want to change the base?
Conversation
mandolaerik
commented
Sep 5, 2024
- Remove obsolete warnings
- Polished documentation for some warnings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd be tempted to say WNDOC
would be useful... if it were ever reported for registers. It's not. no wait, it's about WNSHORTDESC
sticks out to me however as a sane warning.desc
, not documentation
. nevermind.
You should double-check with the modeling team, Gustav in particular, if they ever have had use of any of these warnings.
py/dml/messages.py
Outdated
This warning message will be replaced with a hard error in future | ||
major versions of Simics. | ||
This warning message is replaced with a hard error for modules compiled | ||
with Simcis API 6 or newer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simcis
RELEASENOTES.md
Outdated
reported. This change will cause errors if existing makefiles pass | ||
`--nowarn=WSYSTEMC`. | ||
- `note 6` Removed the obsolete warning types `WSHALL`, `WNDOC`, `WNSHORTDESC`, | ||
and `WDUPEVENT`. These are all disabled by default and have no known uses, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move WDUPEVENT
to the former. It's never reported.
3b8beb7
to
e7406ad
Compare