aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-07-27 22:23:04 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-07-27 22:23:04 +0200
commitf7276804bf260d75baf82731eac6043dd281172e (patch)
treefa784a85366e0b69a7296ad8868c94b768fbaf41 /skate
parent28fb58807d5deb01ae67dc68055851f3d794b84a (diff)
downloadrefcat-f7276804bf260d75baf82731eac6043dd281172e.tar.gz
refcat-f7276804bf260d75baf82731eac6043dd281172e.zip
update docs
Diffstat (limited to 'skate')
-rw-r--r--skate/reduce.go5
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