Skip to content

Conversation

roccomoretti
Copy link
Member

The copy constructor of HighResDocker was not copying over the resfile_ member, which means it was ignoring that setting. Since the copy constructor is effectively a straight member-by-member copy, we can simply delete it and rely on the autogenerated copy constructor.

Additionally, I noticed that the initialize_from_options() function was declaring local variables, rather than changing the member variables. Fix this.

The copy constructor of HighResDocker was not copying over the resfile_ member, which means it was ignoring that setting.
Since the copy constructor is effectively a straight member-by-member copy, we can simply delete it and rely on the autogenerated copy constructor.

Additionally, I noticed that the initialize_from_options() function was declaring local variables, rather than changing the member variables. Fix this.
@roccomoretti roccomoretti added ready_for_review This PR is ready to be reviewed and merged. 90 standard tests labels Sep 17, 2025
Copy link
Member

@tydingcw tydingcw left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for helping to fix this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

90 standard tests ready_for_review This PR is ready to be reviewed and merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants