You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had mentioned this previously (20727) , years back. Competing languages are discussing and planning to implement this idea, so it would be a shame if vlang did not have it, which is to have a flag that allows output of MISRA C compliant code per their rules. Possibly have a strict or loose subset, if there is ambiguity (on the part of MISRA) or for when rules conflict with the language.
Believe that this aligns with or compliments vlang's new optional ownership (borrow checker) flag (26852). This additional functionality, MISRA flag, can also reduce certain kinds of criticisms leveled at vlang and further solidifies its commitment to providing greater safety.
For those that are not familiar with it, can read a summary or check out older 2020 pdf (now on 2025). To get newer versions of their documentation, have to sign up.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had mentioned this previously (20727) , years back. Competing languages are discussing and planning to implement this idea, so it would be a shame if vlang did not have it, which is to have a flag that allows output of MISRA C compliant code per their rules. Possibly have a strict or loose subset, if there is ambiguity (on the part of MISRA) or for when rules conflict with the language.
Believe that this aligns with or compliments vlang's new optional ownership (borrow checker) flag (26852). This additional functionality, MISRA flag, can also reduce certain kinds of criticisms leveled at vlang and further solidifies its commitment to providing greater safety.
For those that are not familiar with it, can read a summary or check out older 2020 pdf (now on 2025). To get newer versions of their documentation, have to sign up.
Beta Was this translation helpful? Give feedback.
All reactions