revisit orderinglist for 0.4

Issue #765 resolved
jek created an issue

The _raw_append can probably be the @appender now that that's possible, and reorder_on_append can be deprecated.

Comments (2)

  1. jek reporter

    Nope, not so much. The old way is still desirable due to the mechanics of collection bulk-assignment. E.g. such that

    entity.children = [Child(), Child()](Child(),)
    

    will continue to number children as they append to the collection. (These each get run through the @appender)

  2. Log in to comment