Ignore:
Timestamp:
2020-09-29T00:11:18+02:00 (4 years ago)
Author:
Adrian Pop <adrian.pop@…>
Parents:
22938a82
git-author:
Adrian Pop <adrian.pop@…> (09/25/20 10:11:31)
git-committer:
Adrian Pop <adrian.pop@…> (09/29/20 00:11:18)
Message:

fix #6127, #6128, #6138

  • remove error messages in #6129
  • rename updateConnectionStr to updateConnectionAnnotation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/Script/CevalScriptBackend.mo

    r3e5cf2b r0b6b6fe  
    27902790    case (cache,_,"updateConnection",_,_) then (cache,Values.BOOL(false));
    27912791
    2792     case (cache,_,"updateConnectionStr",{Values.CODE(Absyn.C_TYPENAME(classpath)),Values.STRING(str1), Values.STRING(str2),Values.STRING(annStr)},_)
     2792    case (cache,_,"updateConnectionAnnotation",{Values.CODE(Absyn.C_TYPENAME(classpath)),Values.STRING(str1), Values.STRING(str2),Values.STRING(annStr)},_)
    27932793      algorithm
    27942794        istmts := Parser.parsestringexp("__dummy(" + annStr + ");");
     
    28042804        (cache,Values.BOOL(true));
    28052805
    2806     case (cache,_,"updateConnectionStr",_,_) then (cache,Values.BOOL(false));
     2806    case (cache,_,"updateConnectionAnnotation",_,_) then (cache,Values.BOOL(false));
    28072807
    28082808    case (cache,_,"updateConnectionNames",{Values.CODE(Absyn.C_TYPENAME(classpath)),Values.STRING(str1), Values.STRING(str2),
Note: See TracChangeset for help on using the changeset viewer.