From 304d9f20ddce3599c3deb1999b9d7de545703d3c Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 14 May 2021 12:20:07 +0200 Subject: reducers may allow empty keys at some point --- skate/zippy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate') diff --git a/skate/zippy.go b/skate/zippy.go index c8d2aee..fc188a9 100644 --- a/skate/zippy.go +++ b/skate/zippy.go @@ -12,7 +12,7 @@ import ( // This file contains the two-stream (zippy) matchers. // ZippyExact takes a release and refs reader (tsv, with ident, key, doc) -// and assigns a fixed match result. +// and assigns a fixed match result. XXX: allow empty keys func ZippyExact(releases, refs io.Reader, matchResult MatchResult, w io.Writer) error { var ( enc = json.NewEncoder(w) -- cgit v1.2.3