Skip to content

fluent.syntax.ast.Visitor could use ignore_fields option #103

Open
@Pike

Description

@Pike

In BaseNode.equals, we have an ignore_fields option. That'd also be nice for Visitor, as it would allow a visitor to skip annotations and spans at the point of enumerating the properties, which is one or two cycles before actually going in to the Span or Annotation nodes, where we can handle them right now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    fluent.syntaxIssues related to the fluent.syntax module.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions