Skip to content

fix symbol table add changing value of existing variable#25

Merged
linuxlizard merged 1 commit intomasterfrom
dpoole/fix-var-value-update
Dec 29, 2024
Merged

fix symbol table add changing value of existing variable#25
linuxlizard merged 1 commit intomasterfrom
dpoole/fix-var-value-update

Conversation

@linuxlizard
Copy link
Owner

Noticed my symbol table add() method was always creating a new entry vs updating the entry that existed. Now will update the Entry's value.

Added some additional complex rules to handle Command Line variables.

Also snuck in a change to remove some dead code that was confusing my greps.

Noticed my symbol table add() method was always creating a new entry vs
updating the entry that existed. Now will update the Entry's value.

Added some additional complex rules to handle Command Line variables.

Also snuck in a change to remove some dead code that was confusing my
greps.
@linuxlizard linuxlizard self-assigned this Dec 29, 2024
@linuxlizard linuxlizard merged commit 78e122e into master Dec 29, 2024
10 checks passed
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

Comments