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: adapt State copy constructor to initialize type from copy object #227

Closed
wants to merge 2 commits into from

Conversation

bpapaspyros
Copy link
Member

@bpapaspyros bpapaspyros commented Feb 7, 2025

Description

This PR solves the issue by changing the copy constructor to initialize the type from the copy object.

Review guidelines

Estimated Time of Review: x minutes

Checklist before merging:

  • Confirm that the relevant changelog(s) are up-to-date in case of any user-facing changes

@domire8
Copy link
Member

domire8 commented Feb 10, 2025

Did you verify that modulo tests also pass with this version?

@bpapaspyros
Copy link
Member Author

Did you verify that modulo tests also pass with this version?

just checked, they do pass

@eeberhard
Copy link
Member

Discussion resolved in #225

@eeberhard eeberhard closed this Feb 10, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Feb 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

State copy constructor may cause incompatible state types for derived classes
3 participants