Skip to content
Snippets Groups Projects
Commit cfc544ab authored by Edward Pierzchalski's avatar Edward Pierzchalski
Browse files

bitfields: Specify iteration order over dicts

In Python 3, dict value iterators aren't deterministic between runs,
which causes nondeterministic definition output order. Some L4V proofs
are sensitive to this order.

Use sorted keys to guarantee order when iterating over values.
parent bc61a7f3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment