Skip to content

Commit c4826a3

Browse files
committed
Fix for bug #1773:
- Make sure that we fail properly when we get a type mismatch on a binding, instead of returning UNBOUND. git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent e487ab7 commit c4826a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Compiler/FrontEnd/Inst.mo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14625,8 +14625,6 @@ algorithm
1462514625
then
1462614626
fail();
1462714627

14628-
case (cache,_,_,_,_,_,_,_) then (cache,DAE.UNBOUND());
14629-
1463014628
case (_,_,_,_,_,inPrefix,componentName,_)
1463114629
equation
1463214630
Debug.fprint(Flags.FAILTRACE, "- Inst.makeBinding failed on component:" +& PrefixUtil.printPrefixStr(inPrefix) +& "." +& componentName +& "\n");

0 commit comments

Comments
 (0)