Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Produce an error in case of duplicate parameter names #398

Description

@dawagner

Currently, such cases do not produce any error at runtime:

<ParameterBlock Name="block">
  <IntegerParameter Name="duplicate" Signed="false" Size="8"/>
  <IntegerParameter Name="duplicate" Signed="false" Size="8"/>
</ParameterBlock>

even though it is forbidden by the XML schema (and correctly identified as an error by xmllint).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions