Skip to content

Conversation

@hageboeck
Copy link
Member

RActionSnapshot did not create the varied versions of Defines.
Therefore, Defines that implicitly depended on a variation were
identical to nominal, and did not get snapshot.
Here, the computation graph is JITted and the variations of Defines are
created when the snapshot action gets created.

Fix #20506

RActionSnapshot did not create the varied versions of Defines.
Therefore, Defines that implicitly depended on a variation were
identical to nominal, and did not get snapshot.
Here, the computation graph is JITted and the variations of Defines are
created when the snapshot action gets created.

Fix root-project#20506
Copy link
Contributor

@martamaja10 martamaja10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Stephan, LGTM!

@github-actions
Copy link

Test Results

    22 files      22 suites   3d 18h 25m 19s ⏱️
 3 775 tests  3 775 ✅ 0 💤 0 ❌
81 162 runs  81 162 ✅ 0 💤 0 ❌

Results for commit dd1e022.

@hageboeck hageboeck merged commit 80a7b45 into root-project:master Nov 25, 2025
30 checks passed
@hageboeck hageboeck deleted the 20506_snapshotMissingColumns branch November 25, 2025 20:43
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.

[RDF] When combining a JIT-ted Vary and Define, the varied values are missing in a Snapshot

2 participants