Changes between Version 1 and Version 12 of Ticket #1458
- Timestamp:
- 2017-10-24T05:31:05Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1458
- Property Component Backend → Frontend
- Property Milestone → 1.12.0
- Property Status new → reopened
-
Ticket #1458 – Description
v1 v12 1 1 The check should probably be moved to the instantiation of functions (because we fall back to generation of code). We can check for usage of unbound variables in the same place later on... 2 {{{#!mo 3 function f 4 output Real y = y; 5 end f; 6 7 model A 8 Real y = f(); 9 end A; 10 }}} 2 11 3 12 {{{#!mo