xml-parser-generator - iterate over sorted dict - #58975
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 29 Aug 2020 13:19:36 +0000 (15:19 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 29 Aug 2020 13:19:36 +0000 (15:19 +0200)
commit08959981d167390d9c9ba0ac5a8a2558de9175af
tree2f695ef0da65bcdc09d18795ece0f8161e7a75b7
parent4cee6fc1f72440698ca8f3f89a71d29e7ee46a0d
xml-parser-generator - iterate over sorted dict - #58975

I sort the dict before iteration because the normal
iterator over a dict is not reproducible and will generate
different code in each run. This will work but the
build is not reproducible.

Closes: https://savannah.gnu.org/bugs/index.php?58975
src/output/spv/xml-parser-generator