You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify the absence of link between author_id and author_label. (#451)
Resolves [#344]
There is not supposed to be any link between `author_id` and
`author_label`. In particular, `author_label[n]` is _not_ intended to be
the human-friendly label of `author_id[n]`.
This has seemingly always been the intention (see notably this comment:
#344 (comment))
but has never been made explicit in the schema, which is what this PR is
about.
Likewise for `reviewer_id`/`reviewer_label` and
`creator_id`/`creator_label`.
0 commit comments