unison/unison-src
Dan Doel 4b57560b85 Fix an issue computing sandbox info
The sandboxed dependencies for combinators were being computed just from
the previously known combinators. So, if multiple new, interrelated
combinators were introduced simultaneously, their full transitive
dependencies wouldn't take into account anything in the new set.

To fix this, just iterate the dependency inference until a fixed point
is reached.
2022-02-16 14:40:04 -05:00
..
demo fixes tests and transcripts 2021-08-24 11:33:27 -07:00
errors fixes tests and transcripts 2021-08-24 11:33:27 -07:00
parser-tests Add ORMOLU_DISABLE to every file. 2021-11-23 12:10:58 -06:00
tests ⅄ trunk → topic/rehash-codebase 2022-01-24 12:43:11 -05:00
transcripts Fix an issue computing sandbox info 2022-02-16 14:40:04 -05:00
transcripts-round-trip Add regression test 2022-02-03 13:22:12 -05:00
transcripts-using-base Merge branch 'trunk' into topic/rehash-codebase 2022-02-14 13:31:57 -06:00
base58.u fix stray case .. of instances and opportunities for cases in unison-src 2020-02-21 17:05:18 -08:00
Base.u fixes tests and transcripts 2021-08-24 11:33:27 -07:00
basics.u fix stray case .. of instances and opportunities for cases in unison-src 2020-02-21 17:05:18 -08:00
example-errors.u rename Int64 to just Int 2018-09-24 13:36:13 -04:00
remote-api.u fix stray handle .. in instances in unison-src 2020-02-21 17:05:18 -08:00
remote.u fix stray handle .. in instances in unison-src 2020-02-21 17:05:18 -08:00