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

fix(dal): Ensure we re-run prototype functions when they are enqueued, even when they have no downstream dependencies #5290

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

britmyerss
Copy link
Contributor

This fixes an edge case, where if you're changing the bindings for Props/Output Sockets and the variant in question has components created that are auto-upgrading, if the existing attribute values for the binding being changed doesn't have any downstream dependencies, we were never re-executing that prototype function as we only add values to the DependentValuesGraph when we find downstream impacts. This adds the independent value to the graph at the onset, ensuring it's function runs.

This was not tested thoroughly yet, so draft mode until then and more discussion can be had.

…, even when they have no downstream dependencies
@github-actions github-actions bot added the A-dal label Jan 18, 2025
Copy link

Dependency Review

✅ No vulnerabilities or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant