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

Rename interfaces property to avoid clash with AlgorithmInterface #3733

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

amickan
Copy link
Contributor

@amickan amickan commented Dec 6, 2024

I realized when trying to merge main into the optional inputs feature branch, that the cached property that was added to multiple models in this PR clashes with the newly added interfaces field on the Algorithm model. So this is renaming the cached properties to avoid such a clash.

When we move to a different naming for component_interfaces, these properties will probably be renamed again, but for now linked_component_interfaces was the best I could think of.

@amickan amickan requested a review from jmsmkn as a code owner December 6, 2024 10:16
@amickan amickan changed the title Rename interfaces property to avoid clash with AlgorithmInterface mod… Rename interfaces property to avoid clash with AlgorithmInterface Dec 6, 2024
@amickan amickan merged commit 18b50ce into main Dec 6, 2024
8 checks passed
@amickan amickan deleted the rename_interfaces_cached_property branch December 6, 2024 10:28
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