[openAD] #225: import of module variables in symbol table fails in _contextReplace
#225: import of module variables in symbol table fails in _contextReplace ------------------------------+--------------------------------------------- Reporter: utke | Owner: utke Type: defect | Status: new Priority: major | Milestone: Component: SourceProcessing | Keywords: ------------------------------+--------------------------------------------- The problem is that kind specifications like logical(kind=kind(.true.)) are parsed as _Kind(NamedParam(kind,App(kind,['true']))) while the logic in _contextReplace does and should not expect the expression in _Kind to be a NamedParam. -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/225> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#225: import of module variables in symbol table fails in _contextReplace ------------------------------+--------------------------------------------- Reporter: utke | Owner: utke Type: defect | Status: accepted Priority: major | Milestone: AD for SAS Component: SourceProcessing | Keywords: ------------------------------+--------------------------------------------- Changes (by utke): * status: new => accepted * milestone: => AD for SAS -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/225#comment:1> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#225: import of module variables in symbol table fails in _contextReplace ------------------------------+--------------------------------------------- Reporter: utke | Owner: utke Type: defect | Status: closed Priority: major | Milestone: AD for SAS Component: SourceProcessing | Resolution: fixed Keywords: | ------------------------------+--------------------------------------------- Changes (by utke): * cc: hcm@… (added) * status: accepted => closed * resolution: => fixed Comment: fixed in the parser by changing the internal representation of the construct to _ExplKind. Done with http://mercurial.mcs.anl.gov/ad/SourceProcessing/rev/d02cdee54b5f -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/225#comment:2> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
participants (1)
-
OpenAD