From 6e113b88364ade12b26c9f01c43608841b9378df Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 11 May 2026 19:44:28 +0900 Subject: internal/pkg: content-based dependency substitution This change introduces a new fast path for FloodArtifact. It is taken when a curing artifact has identical-by-content controlled relevant inputs and are otherwise identical to an already-cured artifact. Signed-off-by: Ophestra --- internal/pkg/ir_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/pkg/ir_test.go') diff --git a/internal/pkg/ir_test.go b/internal/pkg/ir_test.go index 15c8b634..ad895471 100644 --- a/internal/pkg/ir_test.go +++ b/internal/pkg/ir_test.go @@ -110,6 +110,7 @@ func TestIRRoundtrip(t *testing.T) { ".": {Mode: fs.ModeDir | 0700}, "checksum": {Mode: fs.ModeDir | 0700}, "identifier": {Mode: fs.ModeDir | 0700}, + "substitute": {Mode: fs.ModeDir | 0700}, "work": {Mode: fs.ModeDir | 0700}, }, } -- cgit v1.3.1