Opened 4 years ago
Closed 4 years ago
#6364 closed defect (fixed)
Add a section to the documentation about well-known issues with non-standard Modelica code
Reported by: | Francesco Casella | Owned by: | Francesco Casella |
---|---|---|---|
Priority: | high | Milestone: | 1.17.0 |
Component: | Documentation | Version: | 1.16.0 |
Keywords: | Cc: | Robert Hällqvist |
Description
This report shows what happens when the NF is switched on by default. There are 1000 improvements, but also more than 600 regressions. Most of them take place in old libraries that contained illegal Modelica code, so they can be used to sample the most commonplace istances of such a problem.
OpenModelica is tried out by more and more new potential users, which may encounter failures which are not due to OMC shortcomings, but rather to non-standard Modelica code. We should add a section to the documentation that describes the most common situations and how to fix them.
Change History (6)
comment:1 by , 4 years ago
comment:3 by , 4 years ago
Found another bad one today. This one doesn't even parse in spec compliant tools:
https://github.com/MarekMatejak/Physiolibrary/issues/33
comment:6 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In case of errors which are likely caused by violations of the Modelica specification we should add a specific message to the compiler error, such as
that refer the user to the section of the User Guide that explains the whole story.