#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.
Show replies by date
#186: Avoid nondeterminism in generators
-----------------------+----------------------------------------------------
Reporter: levill_r | Owner: lazzara
Type: defect | Status: new
Priority: major | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Changes (by levill_r):
* owner: Olena Team => lazzara
Comment:
Guillaume told me (Roland) he will fix this.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/186#comment:1>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#186: Avoid nondeterminism in generators
-----------------------+----------------------------------------------------
Reporter: levill_r | Owner: lazzara
Type: defect | Status: closed
Priority: major | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Resolution: fixed | Keywords:
-----------------------+----------------------------------------------------
Changes (by lazzara):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in revision r3860.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/186#comment:2>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#186: Avoid nondeterminism in generators
-----------------------+----------------------------------------------------
Reporter: levill_r | Owner: lazzara
Type: defect | Status: closed
Priority: major | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Resolution: fixed | Keywords:
-----------------------+----------------------------------------------------
Comment(by levill_r):
Actually fixed in r3891.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/186#comment:3>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.