Skip to content

Unable to filter static members #356

@huwpascoe

Description

@huwpascoe

The new method filter is working fine!

There seems to be a problem with static members though

- { type: member, name: { r: '.*::member_name' } }

If the member is declared static, this no longer works. There seems to be no reference to it in the -vv log either.

However, if I capture everything:

- { type: member, name: { r: '.*' } }

then it does include static members, although the -vv log still doesn't show anything about them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions