ocaml-multicore / domainslib

Parallel Programming over Domains
ISC License
173 stars 30 forks source link

use last 4.12+domains+effects hash as the cache-key #54

Closed abbysmal closed 2 years ago

abbysmal commented 2 years ago

This PR implements @dra27's (thanks!) suggestion to use the last commit hash from Multicore as the cache-key in order to invalidate the cache when we make change to Multicore. (which is less heavy handed than a random seed.)

bikallem commented 2 years ago

Merging it even though the ci is not green due to 4.12+domain+effects changes.