Source: mistral Version: 10.0.0-1 Severity: wishlist Tags: patch User: [email protected] Usertags: randomness X-Debbugs-Cc: [email protected]
Hi, Whilst working on the Reproducible Builds effort [0] we noticed that mistral could not be built reproducibly. This is because some help output enumerated the constants in a Python set without a sort which does not have an implicitly deterministic ordering. Patch attached that applies a sort to the list. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-

