User Tools

Site Tools


conv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
conv [2023/11/14 10:49] – [c012] oschuettconv [2026/06/12 09:46] (current) oschuett
Line 72: Line 72:
 ⚠️ ''Found WRITE statement with hardcoded unit in "${proc}"'' ⚠️ ''Found WRITE statement with hardcoded unit in "${proc}"''
  
-✅ Please don'writing to stdout directly, but instead use a [[dev:printkey]].+✅ Please don'write to stdout directly, but instead use a [[dev:printkey]].
  
  
Line 82: Line 82:
 ⚠️ ''Found DEALLOCATE with STAT argument in "${proc}"'' ⚠️ ''Found DEALLOCATE with STAT argument in "${proc}"''
  
-✅ Please don't ''STAT='' to ''DEALLOCATE'' to ensure that the program stops after a failure.+✅ Please don'pass ''STAT='' to ''DEALLOCATE'' to ensure that the program stops after a failure.
  
 A failed deallocation is always indicative of a bug (e.g. double free or segmentation fault) and the program should not continue afterwards. A failed deallocation is always indicative of a bug (e.g. double free or segmentation fault) and the program should not continue afterwards.
conv.1699958992.txt.gz · Last modified: by oschuett