Changes between Initial Version and Version 1 of Ticket #21890, comment 4
- Timestamp:
- Mar 5, 2014, 10:42:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21890, comment 4
initial v1 1 1 From what I have understood, the changes occur first in {{{class Foo}}}, thus it now has a field {{{baz}}}. Then when applying changes in {{{class Bar}}}, when it sees that parent class is {{{Foo}}} and {{{Bar}}} has a field of same name as that in {{{Foo}}}, it raises {{{FieldError}}}. 2 2 3 What I think of solving this:4 3 If such {{{FieldError}}} arises, then it should be caught and then we can create a whole new {{{Bar}}} or something like that. 4 Reordering will create subclass first, will it not be wrong creating a subclassbefore its base class 5 5 6 6