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

Bump core 610 #569

Merged
merged 23 commits into from
Dec 12, 2023
Merged

Bump core 610 #569

merged 23 commits into from
Dec 12, 2023

Conversation

So-Fras
Copy link
Member

@So-Fras So-Fras commented Dec 8, 2023

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines

Does this PR already have an issue describing the problem?
No

What kind of change does this PR introduce?
Bump to powsybl-core 6.1.0

So-Fras and others added 14 commits December 8, 2023 10:15
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
…Transformer.Side

Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
… readSubElements (1 test failing)

Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
@So-Fras So-Fras changed the title [WIP] Bump core 610 Bump core 610 Dec 11, 2023
@So-Fras So-Fras marked this pull request as ready for review December 11, 2023 12:19
}

private int getNextSideNum(int sideNum, int steps) {
return (sideNum + steps) % 3 == 0 ? 3 : (sideNum + steps) % 3;
Copy link
Contributor

Choose a reason for hiding this comment

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

could be simplified by return (sideNum + steps + 2) % 3 + 1; but not sure if this is understandable...?

Copy link
Member Author

Choose a reason for hiding this comment

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

It is shrewd! And I think it is understandable (one can simply check the formula with examples if needed).

flo-dup and others added 3 commits December 11, 2023 16:21
This reverts commit 35551ec.

Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
This reverts commit 67a07d9.

Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Copy link

sonarcloud bot commented Dec 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

94.5% 94.5% Coverage
0.0% 0.0% Duplication

@So-Fras So-Fras merged commit e8ac836 into main Dec 12, 2023
6 checks passed
@So-Fras So-Fras deleted the bump_core_610 branch December 12, 2023 12:08
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