Opened 9 years ago
Closed 4 years ago
#3734 closed defect (fixed)
Improve handling of impure functions
Reported by: | Martin Sjölund | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | 1.16.0 |
Component: | New Instantiation | Version: | v1.9.4-dev-nightly |
Keywords: | Cc: |
Description
From m:#1886 it seems apparent that impure
functions need to be handled better by OpenModelica and Modelica tools in general. I propose that we try to improve our handling of impure for the 2.0.0 release. And for this, try to detect which functions call external functions, etc (if using MSL 3.2 and before), or handle impure
according exactly to the specification (with flags to turn errors into warnings).
Change History (1)
comment:1 by , 4 years ago
Component: | Frontend → New Instantiation |
---|---|
Milestone: | 2.0.0 → 1.16.0 |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Implemented in the new frontend some time ago.