[openAD] #245: DATA stmt: allow (object , value) pairs to not be separated by comma
#245: DATA stmt: allow (object , value) pairs to not be separated by comma ------------------------------+--------------------------------------------- Reporter: utke | Owner: utke Type: enhancement | Status: new Priority: major | Milestone: Component: SourceProcessing | Keywords: ------------------------------+--------------------------------------------- for a complete implementation of the syntax spec (R532) which says the comma between the pairs is optional -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/245> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#245: DATA stmt: allow (object , value) pairs to not be separated by comma ------------------------------+--------------------------------------------- Reporter: utke | Owner: utke Type: enhancement | Status: closed Priority: major | Milestone: Component: SourceProcessing | Resolution: fixed Keywords: | ------------------------------+--------------------------------------------- Changes (by hlcm): * status: new => closed * resolution: => fixed -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/245#comment:1> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#245: DATA stmt: allow (object , value) pairs to not be separated by comma ------------------------------+--------------------------------------------- Reporter: utke | Owner: utke Type: enhancement | Status: reopened Priority: major | Milestone: Component: SourceProcessing | Resolution: Keywords: | ------------------------------+--------------------------------------------- Changes (by hlcm): * status: closed => reopened * resolution: fixed => Comment: String of representation after parsing inserts incorrect commas AssertionError: 'DATA NAME /"JOHN DOE"/ METERS /10*0/ AGE /20/' != 'DATA NAME /"JOHN DOE"/,METERS /10*0/,AGE /20/' -- Ticket URL: <http://trac.mcs.anl.gov/projects/openAD/ticket/245#comment:2> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#245: DATA stmt: allow (object , value) pairs to not be separated by comma ------------------------------+--------------------------------------------- Reporter: utke | Owner: utke Type: enhancement | Status: reopened Priority: major | Milestone: Component: SourceProcessing | Resolution: Keywords: | ------------------------------+--------------------------------------------- Comment(by hlcm): edit: Inserts correct commas but source processing unit test needs to be rewritten to prevent failure here -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/245#comment:3> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#245: DATA stmt: allow (object , value) pairs to not be separated by comma ------------------------------+--------------------------------------------- Reporter: utke | Owner: utke Type: enhancement | Status: reopened Priority: major | Milestone: Component: SourceProcessing | Resolution: Keywords: | ------------------------------+--------------------------------------------- Comment(by hlcm): When allowing for optional commas, parser is unable to distinguish between the slash delineating the data statement object & value lists and a divide sign. The above statement is parsed as one data/value list pair with a series of Ops. Jean says probably not worth the time to fix it -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/245#comment:4> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
participants (1)
-
OpenAD