Opened 10 years ago
Last modified 3 years ago
#2926 assigned defect
Check uses-annotation on loadFile
Reported by: | Martin Sjölund | Owned by: | Per Östlund |
---|---|---|---|
Priority: | blocker | Milestone: | 1.19.0 |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: |
Description
The front-end will now load models from the uses-annotation of a package.mo when loadFile is used. To disable this behaviour, use loadFile("M/package.mo", uses=false).
Change History (22)
comment:1 by , 10 years ago
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:2 by , 10 years ago
Milestone: | 1.9.2 → 1.9.3 |
---|
Milestone changed to 1.9.3 since 1.9.2 was released.
comment:7 by , 8 years ago
Milestone: | 1.11.0 → 1.12.0 |
---|
Milestone moved to 1.12.0 due to 1.11.0 already being released.
comment:8 by , 7 years ago
Milestone: | 1.12.0 → Future |
---|
The milestone of this ticket has been reassigned to "Future".
If you think the issue is still valid and relevant for you, please select milestone 1.13.0 for back-end, code generation and run-time issues, or 2.0.0 for front-end issues.
If you are aware that the problem is no longer present, please select the milestone corresponding to the version of OMC you used to check that, and set the status to "worksforme".
In both cases, a short informative comment would be welcome.
comment:9 by , 7 years ago
Unfortunately the automatic loading does not work when the libraries are stored as simple file.
Minimal example:
A.mo
:
package A annotation (uses(B)); end A;
B.mo
:
package B end B;
Opening A.mo
should load package B automatically.
It is quite annoying since I often distribute some complex libraries as a single file to new beginners who should work on "A" and which depends on "B".
comment:10 by , 7 years ago
Milestone: | Future → 1.13.0 |
---|
comment:11 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:12 by , 7 years ago
As OMEdit 1.13.0~dev-113-g8c6364e
this still does not work.
I even have the current path .
in my User Libraries path setup which should add the current directory to the MODELICAPATH. But this does not seem to work. In general having that setting should not be necessary as one expects that the directory from which a library is loaded is also added to the MODELICAPATH. At least this is the common behaviour that other tools have.
comment:14 by , 5 years ago
Priority: | high → blocker |
---|
@sjoelund.se, can we fix this issue for good in 1.14.0? Shouldn't be too hard.
comment:15 by , 5 years ago
Milestone: | 1.14.0 → 1.15.0 |
---|
Releasing 1.14.0 which is stable and has many improvements w.r.t. 1.13.2.
This issue, previously marked as blocker for 1.14.0, is rescheduled to 1.15.0
comment:16 by , 4 years ago
Milestone: | 1.15.0 → 1.16.0 |
---|
Release 1.15.0 was scrapped, because replaceable support eventually turned out to be more easily implemented in 1.16.0. Hence, all 1.15.0 tickets are rescheduled to 1.16.0
comment:20 by , 4 years ago
Milestone: | 1.17.0 → 1.18.0 |
---|
Retargeted to 1.18.0 after 1.17.0-dev.beta2 release
This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).