Skip to content

Rust Engine: RenderView: improve #1630

@W95Psp

Description

@W95Psp

#1624 introduces the RenderView trait, but this needs more work:

  • the method names of RenderView are not very nice
  • the design of the trait is between two ideals:
    • have full flexibility for each backend when rendering names
    • factor out sensible strategies (e.g. name escaping)
  • it works only with concrete idents, not global ones, thus we need to unwrap when we should not

We need to play with a little, figure out exactly what we want, and improve that design.

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