From f7276804bf260d75baf82731eac6043dd281172e Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 27 Jul 2021 22:23:04 +0200 Subject: update docs --- skate/reduce.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/skate/reduce.go b/skate/reduce.go index 3978ee9..37de218 100644 --- a/skate/reduce.go +++ b/skate/reduce.go @@ -439,9 +439,6 @@ func ZippyWayback(refs, cdx io.Reader, w io.Writer) error { // We can identify, which docs have been matched by checking the source ident, // ref index and key. // -// TODO: Iff no match, and no unstructured string, pass-through structured -// metadata fields as CSL JSON. -// // TODO: This needs to be completed and made fast. func ZippyBrefAugment(bref, raw io.Reader, w io.Writer) error { var ( @@ -624,7 +621,7 @@ func matchedRefsExtend(matched []*BiblioRef, refs []*Ref, stats *statsAugment) [ return matched } -// uniqueMatches takes a list of bref docs (unserialized) and will return a +// uniqueMatches takes a list of bref docs (as string) and will return a // list of deserialized bref docs, containing unique matches only (e.g. filter // out duplicate matches, e.g. from exact and fuzzy). We are including // "skate-bref-id" post-processing here as well (but there is surely a better -- cgit v1.2.3