eco icon indicating copy to clipboard operation
eco copied to clipboard

Grouping updates together

Open bvssvni opened this issue 10 years ago • 0 comments

Sometimes multiple packages belong to the same repo, and in such cases it is desirable to group the updates together.

  • Usually, external libraries depended on with higher order than an internal core library does not need update.
  • External libraries with lower order does not get in the way for grouping.
  • Reordering within same level does not affect grouping, but multiple packages in the same repo usually has incremental order, so naive reordering does not work.

bvssvni avatar Aug 26 '15 13:08 bvssvni