• Show log

    Commit

  • Hash : 7d446e97
    Author : Nick Wellnhofer
    Date : 2023-12-08T12:13:49

    parser: Fix namespaces redefined from default attributes
    
    This regressed in commit e0dd330b.
    
    Also fixes a long-standing issue where namespaces from default
    attributes weren't added if they match an existing namespace.
    
    Fixes #643.