Skip to content

need to introduce a VariableDefinition type #35

Description

@sumeet

instead of having the assignment_id and name inside of the Assignment itself. this opens itself to

  • being able to highlight ONLY the variable definition
  • being able to edit variable names in things that aren't variables like anon funcs, for loops, and match statements
  • i think totally removes the need for match.make_variant_id (phew, that was scary)
  • simplifies lookback code for Variables, instead of all those different cases, only look for VariableDefinitions

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions