Skip to content

Allow public fields to be set by OptionParser #9

Description

@Insomniak47

Currently because public fields are member access but aren't properties when they are turned into PropertySelectors they will throw an exception even though it's a valid thing to want to do. We should:

  • Create a FieldAccess type that handles access to fields
  • Add code to determine the nature of the expression type and construct the correct one
  • Plumb them into the different places that need it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions