Skip to content

Simplify matcher entries #13

@dehnert

Description

@dehnert

Matcher entries currently look like (fetcher, matchers, cond). However, the matchers is always [build_matcher(regexp, re.I)], and the cond is always lambda m: True or lambda m: cls in m.cls. This should just be (fetcher, regexp, cond) or so to allow for more useful introspection of the matchers. (See also #4, which this is basically part of, and #11, which this is probably a prereq for.)

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