Skip to content

[core] XPath rules cannot declare multi valued properties #735

@oowekyala

Description

@oowekyala

XPath rules declare new properties using the type attribute, which can be eg Boolean or Integer. The corresponding multivalued properties are declared with a type attribute like List<Boolean> or List<Integer>, since the properties refactoring of this summer.

I just realised that < and > are forbidden characters in xml attributes, so those properties cannot be used lol

I think I'll fix that with a List[Integer] and List[Boolean] syntax, à la Scala

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions