While working on reproducible builds for openSUSE (sponsored by the NLnet NGI0 fund), I found that
our tiny package varies in every build.
Another developer pointed at HashMaps in
|
use std::collections::HashMap; |
with non-deterministic iteration order.
Maybe it could be replaced with indexmap, ordermap or something else...
While working on reproducible builds for openSUSE (sponsored by the NLnet NGI0 fund), I found that
our
tinypackage varies in every build.Another developer pointed at HashMaps in
tiny/crates/term_input_macros/src/tree.rs
Line 6 in ee8615a
with non-deterministic iteration order.
Maybe it could be replaced with indexmap, ordermap or something else...