Skip to content

Change naming of rust exposed structs to ease debugging #853

@timsaucer

Description

@timsaucer

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Right now we have identical names for internal rust representations and python exposed versions. This leads to confusing debug errors like "Cannot convert Expr to Expr". It would be helpful to rename all of the internally exposed objects to something like RawExpr to avoid these confusing errors.

Describe the solution you'd like

Simple renaming - no impact otherwise.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions