Skip to content

Change instance variable numbers for line numbers instead of counter. Refs #132#271

Open
maartinss wants to merge 1 commit into
liquid-java:mainfrom
maartinss:change-variable-numbers-for-line-numbers
Open

Change instance variable numbers for line numbers instead of counter. Refs #132#271
maartinss wants to merge 1 commit into
liquid-java:mainfrom
maartinss:change-variable-numbers-for-line-numbers

Conversation

@maartinss

@maartinss maartinss commented Jul 9, 2026

Copy link
Copy Markdown

Description

Changed variable name convention for TypeChecker:checkVariableRefinements, instead of using global counter, now we're using variable lines. If there's more than one variable with the same name on the same line we use a counter to identify each variable, to use the same variable name for different methods and for better tracking on files we also include the method name.

image

…ents, instead of using global counter, now we're using variable lines. If there's more than one variable with the same name on the same line we use a counter to identify each variable, to use the same variable name for different methods and for better tracking on files we also include the method name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant