Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update used variable tracking #674

Conversation

douglasjacobsen
Copy link
Collaborator

This merge changes the used variable tracking logic to only track through expanding other variable definitions. This prevents modifier and package manager variables from being marked as used even if they aren't.

This commit changes the used variable tracking logic to only track
through expanding other variable definitions. This prevents modifier and
package manager variables from being marked as used even if they aren't.
@douglasjacobsen douglasjacobsen added bug Something isn't working enhancement New feature or request labels Oct 2, 2024
lib/ramble/ramble/application.py Outdated Show resolved Hide resolved
lib/ramble/ramble/application.py Show resolved Hide resolved
@douglasjacobsen douglasjacobsen merged commit 5ca0e60 into GoogleCloudPlatform:develop Oct 2, 2024
12 checks passed
@douglasjacobsen douglasjacobsen deleted the used-var-tracking-update branch October 2, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants