Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent duplicates in dfns extracts #1110

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Prevent duplicates in dfns extracts #1110

merged 1 commit into from
Nov 9, 2022

Commits on Nov 9, 2022

  1. Prevent duplicates in dfns extracts

    This makes the dfns extraction code skip over a re-defined term (same linking
    text, same type, same namespace), and report a warning when a duplicate dfn is
    encountered and skipped.
    
    Warnings are easily glossed over but we don't really have a better mechanism in
    place right now to report issues found during extractions. Apart from making the
    whole extraction fail that is, which seems overkill.
    
    Fixes w3c/webref#783
    tidoust committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    939ad1c View commit details
    Browse the repository at this point in the history