Opened 10 years ago

Closed 9 years ago

#3025 closed enhancement (fixed)

problem with saving changes in hierarchical packages

Reported by: arvin84@… Owned by: adeas31
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;

Change History (2)

comment:1 Changed 9 years ago by sjoelund.se

  • Milestone changed from 1.9.2 to 1.9.3

Milestone changed to 1.9.3 since 1.9.2 was released.

comment:2 Changed 9 years ago by adeas31

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r25177.

Note: See TracTickets for help on using tickets.