Opened 7 years ago
Closed 6 years ago
#4837 closed defect (fixed)
Partial function application missing in NF
Reported by: | Per Östlund | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | v1.13.0-dev-nightly |
Keywords: | Cc: |
Description
Partial function application is not yet implemented in the new instantiation, which causes some Media models such as Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX to fail due to triggering the assert in NFInst.instExp for an unhandled expression.
Change History (2)
comment:1 by , 6 years ago
Milestone: | Future → 2.0.0 |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The cited example now runs successfully, and it seems that most such problem are resolved after today's commits