[openAD] #282: wrong error message on lline length
#282: wrong error message on lline length ------------------------------+--------------------------------------------- Reporter: utke | Owner: hlcm Type: defect | Status: new Priority: major | Milestone: Component: SourceProcessing | Keywords: ------------------------------+--------------------------------------------- the logic in PyFort/process_fort_stmt.py hcm@483 39 if flow.inputLineLength != 0: hcm@483 40 if jl[flow.inputLineLength:] != '': hcm@483 41 print >> sys.stderr, "The following text is being cut because the statement exceeded the specified line length: "+jl[flow.inputLineLength:] Is being applied *after* the line has been concatenated and the line length of the concatenated line has nothing to do with the intial linelength being assumed by default from the formal or being specifcied by the user. -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/282> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#282: wrong error message on line length ------------------------------+--------------------------------------------- Reporter: utke | Owner: hlcm Type: defect | Status: new Priority: major | Milestone: Component: SourceProcessing | Keywords: ------------------------------+--------------------------------------------- -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/282#comment:1> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#282: wrong error message on line length ------------------------------+--------------------------------------------- Reporter: utke | Owner: hlcm Type: defect | Status: closed Priority: major | Milestone: Component: SourceProcessing | Resolution: fixed Keywords: | ------------------------------+--------------------------------------------- Changes (by hlcm): * status: new => closed * resolution: => fixed Comment: Fixed with http://mercurial.mcs.anl.gov/ad/SourceProcessing/rev/03b8149e7c30 -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/282#comment:2> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
participants (1)
-
OpenAD