#186: Avoid nondeterminism in generators
----------------------+-----------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: defect | Status: new
Priority: major | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Keywords: |
----------------------+-----------------------------------------------------
The order of the names (files, identifiers, etc.) in files produced by our
home-made generators are platform-dependent. Just try this to be
convinced: compare results from a generation on GNU/Linux and Mac OS X.
This is uncool, since these files are recorded into the repository, so as
to keep track of changes and... check the validity of out generators.
We should bring some determinism here. The simplest solution is to sort
these lists before saving them (using `sort`).
--
Ticket URL: <https://trac.lrde.org/olena/ticket/186>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.