Opened 10 years ago
Closed 10 years ago
#3025 closed enhancement (fixed)
problem with saving changes in hierarchical packages
Reported by: | Owned by: | Adeel Asghar | |
---|---|---|---|
Priority: | high | Milestone: | 1.9.3 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: |
Description
Hello,
consider the following simple library. when i open mdl0, mdl1 or mdl2 in separate code viewers and modify and then save the changes, it turns out these changes does not affect the higher level packages code. some times when i rename the model name and then i save it, it adds the previous changes to the higher level packages!
package pkg0 model mdl0 parameter Real p0 = 2; end mdl0; package pkg1 model mdl1 parameter Real p1 = 3; end mdl1; package pkg2 model mdl2 parameter Real p2 = 1000; end mdl2; end pkg2; end pkg1; end pkg0;
Note:
See TracTickets
for help on using tickets.
Milestone changed to 1.9.3 since 1.9.2 was released.