Skip to content

Vega-Lite writer: build_discrete_facet_label_expr is unreachable #517

Description

@thomasp85

build_discrete_facet_label_expr (src/writer/vegalite/mod.rs:964) is reached from apply_facet_label_renaming only when index_map is empty and the scale is not binned. Facet ordering converts every discrete facet column to integer sort indices and routes it through build_indexed_facet_label_expr instead, so that combination no longer occurs — the branch at src/writer/vegalite/mod.rs:744 looks dead.

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