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

Refactor common ClusterList class #1813

Merged
merged 58 commits into from
Dec 20, 2023
Merged

Refactor common ClusterList class #1813

merged 58 commits into from
Dec 20, 2023

Conversation

payetvin
Copy link
Contributor

@payetvin payetvin commented Dec 8, 2023

This PR handles a part of issue #1487 (simplify and clarify cluster lists) :

  • Removing common cluster list byIndex
  • Changing common cluster list cluster from std::map into std::vector
  • Handling consequences of previous items

Copy link

watermelon-copilot-for-code-review bot commented Dec 8, 2023

Watermelon AI Summary

AI Summary deactivated by payetvin

GitHub PRs

Antares_Simulator is an open repo and Watermelon will serve it for free.
🍉🫶
Why not invite more people to your team?

@payetvin payetvin changed the title Fix/common list Refactor common ClusterList class Dec 8, 2023
Copy link
Member

@flomnes flomnes left a comment

Choose a reason for hiding this comment

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

  • Minor remarks: style
  • Major remarks
    • std::erase, std::remove, etc.
    • typeID => revert to virtual function

src/libs/antares/study/parts/common/cluster.cpp Outdated Show resolved Hide resolved
src/libs/antares/study/parts/common/cluster_list.h Outdated Show resolved Hide resolved
src/libs/antares/study/parts/common/cluster_list.h Outdated Show resolved Hide resolved
src/libs/antares/study/parts/thermal/container.cpp Outdated Show resolved Hide resolved
@payetvin payetvin merged commit fbf0ade into fix/renew-lists Dec 20, 2023
5 checks passed
@payetvin payetvin deleted the fix/common-list branch December 20, 2023 14:37
Copy link

sonarcloud bot commented Dec 20, 2023

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

21 New issues
0 Security Hotspots
16.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

None yet

5 participants