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

Duplicate BBParam instances in typed arrays in BTTask::clone() #239

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

limbonaut
Copy link
Owner

@limbonaut limbonaut commented Oct 28, 2024

Fixes issue with CallMethod arguments being shared between tasks after duplication or copy/paste. Task properties with Array[BBParam*] type are now fully duplicated, with each instance of BBParam resource duplicated as well.

@limbonaut limbonaut added the bug Something isn't working label Oct 28, 2024
Fixes issue with `CallMethod` arguments being shared between tasks after duplication.
@limbonaut limbonaut force-pushed the fix-clone-bttask-and-arrays branch from 4949d80 to d5bc628 Compare October 28, 2024 14:06
@limbonaut limbonaut changed the title Duplicate arrays in BTTask::clone() Duplicate BBParam instances in typed arrays in BTTask::clone() Oct 28, 2024
@limbonaut limbonaut merged commit 106608a into master Oct 28, 2024
17 checks passed
@limbonaut limbonaut deleted the fix-clone-bttask-and-arrays branch October 28, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant