add-determinism 0.7.3

RPM buildroot helper to strip nondeterministic bits in files
Documentation
1
2
3
4
5
# Figure out if serialization of mutable objects depends on
# ref use.
ll = [ "a", "b", "c" ]
ll2 = ll
ll3 = [ "a", "b", "c" ]