diff options
Diffstat (limited to 'skate')
-rw-r--r-- | skate/reduce.go | 5 |
1 files changed, 1 insertions, 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 |