Menu

#370 Make class and module ordering predictable.

devel (cvs)
open
nobody
None
5
2016-06-16
2015-08-18
No

This is tied to Debian bug #795835: http://bugs.debian.org/795835

Class trees written by Epydoc list classes in an order that varies across builds. The attached patch applies a total order on classes (orders on class name, then module, then package, then parent package, etc.) instead of a partial one (only class name). It also adds ordering for modules.

This patch was contributed by the Debian Reproducible Builds effort: https://wiki.debian.org/ReproducibleBuilds

Discussion

  • Kenneth J. Pronovici

    patch

     
  • Kenneth J. Pronovici

    Attached is another similar patch from the Debian Reproducible Builds effort.

     
  • Kenneth J. Pronovici

    Attached is another similar patch from the Debian Reproducible Builds effort.

     

Log in to post a comment.