sapling/eden/scm/lib/dag
Jun Wu e2dfdcb094 dag: fix Hints::union
Summary:
It is incorrect with >= 2 hints.
For example,

        iter: [hints1, hints2, hints1]
    fold acc:  hints1, None,   hints1

The `None` should be permanent if there are two versions that do not have an
order.

Reviewed By: sfilipco

Differential Revision: D26203555

fbshipit-source-id: 96ff30ba45d439220519cd1505e3264118ffd9b2
2021-02-05 11:53:46 -08:00
..
benches dag: make spanset module private 2021-02-05 11:53:45 -08:00
bindag dag: make spanset module private 2021-02-05 11:53:45 -08:00
dag-wire-types dag: add Abomonation implementation for Id 2021-01-29 16:41:42 -08:00
fuzz dag: use non-master group in fuzz test 2020-08-26 15:32:24 -07:00
gitdag dag: make parent function async 2020-12-10 12:37:36 -08:00
src dag: fix Hints::union 2021-02-05 11:53:46 -08:00
Cargo.toml dag: add indexedlog feature to gate out indexedlog 2021-01-26 17:11:08 -08:00