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: node merge strategy #281

Merged
merged 2 commits into from
Dec 3, 2024
Merged

fix: node merge strategy #281

merged 2 commits into from
Dec 3, 2024

Conversation

stefan-gorules
Copy link
Contributor

@stefan-gorules stefan-gorules commented Dec 3, 2024

Node Data Merge Strategy Update
This PR updates the node data merging mechanism in the graph traversal system to ensure proper handling of nested data structures and prevent unwanted mutations.

Changes

🔄 Changed node data merging from merge to merge_clone to preserve data integrity
✅ Added test case for nested request handling with complex data structures

Technical Details

The core change switches from using merge to merge_clone when combining node data during graph traversal. This ensures that source data remains unmodified while properly handling nested objects.

@stefan-gorules stefan-gorules merged commit 091b2b3 into master Dec 3, 2024
43 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.

2 participants