Commit Graph

2 Commits

Author SHA1 Message Date
patrick brisbin
6b734e1c4e
Replace checksum key with full source digest
Checksumming stack.yaml was a cargo-cult of interpreted languages, where
"build" artifacts are uniquely determined by the dependency lock file.

This approach would result in us refusing to store a new cache after
changing code (as long as it was the same resolver), and forever
recompiling any altered modules.

Computing a digest of all git-tracked files seems like the simplest way
to key compilation for now.
2018-01-22 19:49:02 -05:00
patrick brisbin
1615b14f02
Circle 2.0 2018-01-22 19:31:52 -05:00