Skip to content

Namespaced custom validating functions for properties do not work #335

Description

@jasonnicholson

Namespaced custom validating functions for properties do not work. It works fine for arguments blocks. The following creates a parsing error that stops the Sphinx build. This bug is on the master branch (385768b at the time of writing this) and not in release 0.22.1.

classdef MyClass
  properties
    Prop1 {myNamespace.myValidatorFunction(Prop1)}
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions