Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to make simdag-test-dotload reproducible.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 7 Feb 2013 13:39:44 +0000 (14:39 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 7 Feb 2013 13:46:51 +0000 (14:46 +0100)
commit7634631c0192df9b22e59b2d2b505bf3404e4f98
treef98f6ddd7e88ee2fb82caaf4bfe922f4cc0ce2b8
parentbee82a5da884fdedb7ee1d9198ceac7d529af7f5
Try to make simdag-test-dotload reproducible.

Comment extracted from this patch:
  /* Hack: circumvent a bug in libcgraph, where the edges are not always given
   * back in creation order.  We sort them again, according to their sequence
   * id.  The problem appears to be solved (i.e.: I did not test it) in
   * graphviz' mercurial repository by the following changeset:
   *    changeset:   8431:d5f1fb7e8103
   *    user:        Emden Gansner <erg@research.att.com>
   *    date:        Tue Oct 11 12:38:58 2011 -0400
   *    summary:     Make sure edges are stored in node creation order
   * It should be fixed in graphviz 2.30 and above.
   */
src/simdag/sd_dotloader.c