Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Fixup matching, disallow repeating "types" (closes #23) #26

Merged
merged 1 commit into from Aug 7, 2016
Merged

Fixup matching, disallow repeating "types" (closes #23) #26

merged 1 commit into from Aug 7, 2016

Commits on Aug 6, 2016

  1. Fixup matching, disallow repeating "types" (closes #23)

    It is actually not a problem to have repeating instances of `links`,
    `foreign_links` and `errors`, the items will just be appended.
    
    To handle the zero-or-one rule for `types`, we can get away with just
    one new matching rule, because there are three cases (no types, empty
    types, and fully specified types).
    birkenfeld committed Aug 6, 2016
    Copy the full SHA
    42ebcb1 View commit details
    Browse the repository at this point in the history