marrow / schema

A generic declarative schema system.
MIT License
6 stars 3 forks source link

Allow overridden attributes to preserve original order. #1

Closed amcgregor closed 10 years ago

amcgregor commented 10 years ago

Overridden attributes currently inherit the most-recent attribute's __sequence__; this may not always be desirable, for example, when redefining a default value in a subclass.