aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/local-derivation-goal.cc
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-05-02 03:09:51 +0200
committereldritch horrors <pennae@lix.systems>2024-07-06 12:36:37 +0200
commit55a32f24d3285c0b4f6866e16a4c8aeac6345c02 (patch)
tree98c40d476fc69913f40fc12c7a3dfec8f13f7109 /src/libstore/build/local-derivation-goal.cc
parent5af76dee371ea5fa1eb72141370fdf18851d67c7 (diff)
libutil: remove RewritingSink match/size tracking
size tracking can be done with a LengthSink and a tee. match tracking was defeated by never having done any match tracking, all users would see the same (empty) set of matches at all times. match tracking with bytes offsets alone would not be sufficient in the general case, only because computeHashModulo uses a single rewrite could it have worked. Change-Id: Idb214b5222e0ea24f450f5505712a342b63d7570
Diffstat (limited to 'src/libstore/build/local-derivation-goal.cc')
0 files changed, 0 insertions, 0 deletions