Skip to content

Fix Variable Names#71

Open
rcosta358 wants to merge 1 commit intomainfrom
fix-var-names
Open

Fix Variable Names#71
rcosta358 wants to merge 1 commit intomainfrom
fix-var-names

Conversation

@rcosta358
Copy link
Copy Markdown
Collaborator

This PR fixes a variable naming issue. After introducing superscript notation for instance variables, the code still expected the old %x_n format to get the original variable names and compare variable names. This broke autocomplete (suggesting instance variables) and caused incorrect sorting in the context debugger.

image

Fixed this by sending both the pretty and internal variable names to the client.

@rcosta358 rcosta358 self-assigned this Apr 2, 2026
@rcosta358 rcosta358 added the bug Something isn't working label Apr 2, 2026
@rcosta358 rcosta358 requested a review from CatarinaGamboa April 2, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant