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

[All] Fix alias warnings in scenes #1279

Merged
merged 5 commits into from
Mar 26, 2020

Conversation

epernod
Copy link
Contributor

@epernod epernod commented Mar 19, 2020

Fix warning for

  • SphereCollisionModel
  • RegularGridTopology
  • EulerExplicitSolver
  • RungeKutta4Solver

This PR:

  • builds with SUCCESS for all platforms on the CI.
  • does not generate new warnings.
  • does not generate new unit test failures.
  • does not generate new scene test failures.
  • does not break API compatibility.
  • is more than 1 week old (or has fast-merge label).

Reviewers will merge only if all these checks are true.

…logy / EulerExplicitSolver / RungeKutta4Solver in examples/Tutorials
…logy / EulerExplicitSolver / RungeKutta4Solver in examples/Components/
…logy / EulerExplicitSolver / RungeKutta4Solver in modules and benchmarks
…logy / EulerExplicitSolver / RungeKutta4Solver in plugins
@epernod epernod added pr: status to review To notify reviewers to review this pull-request pr: clean Cleaning the code labels Mar 19, 2020
@epernod epernod self-assigned this Mar 19, 2020
@hugtalbot
Copy link
Contributor

[ci-build][force-full-build] (to see warnings)

@hugtalbot hugtalbot added pr: status ready Approved a pull-request, ready to be squashed and removed pr: status to review To notify reviewers to review this pull-request labels Mar 25, 2020
@guparan
Copy link
Contributor

guparan commented Mar 26, 2020

[ci-build][with-scene-tests]

@hugtalbot hugtalbot merged commit f810796 into sofa-framework:master Mar 26, 2020
Copy link
Contributor

@guparan guparan left a comment

Choose a reason for hiding this comment

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

PR merged to soon, again... +4 scene test failures.
Too bad, I launched the build with scene tests specifically to catch this issues.
Do you have a few minutes to fix this @epernod ?

@@ -12,7 +12,7 @@

<EulerImplicitSolver rayleighStiffness="0.1" rayleighMass="0.1" />
<CGLinearSolver iterations="25" tolerance="1.0e-9" threshold="1.0e-9" />
<!-- <EulerExplicitSolver /> -->
<!-- <EulerExplicitSolverSolver /> -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Woops!

@@ -9,7 +9,7 @@

<EulerImplicitSolver rayleighStiffness="0.1" rayleighMass="0.1" />
<CGLinearSolver iterations="100" tolerance="1.0e-9" threshold="1.0e-9"/>
<!-- <EulerExplicitSolver/> -->
<!-- <EulerExplicitSolverSolver/> -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Woops!

@@ -4,7 +4,7 @@

<!-- Matrix system is diagonal because integration is explicit and Mass is diagonal -->
<!-- No need for a LinearSolver -->
<EulerExplicitSolver name="odeExplicitSolver" optimizedForDiagonalMatrix="1" />
<EulerExplicitSolverSolver name="odeExplicitSolver" optimizedForDiagonalMatrix="1" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Woops!

@@ -2,7 +2,7 @@
<RequiredPlugin name="SofaOpenglVisual"/>
<Node name="DeformableObject">

<EulerExplicitSolver name="odeExplicitSolver" optimizedForDiagonalMatrix="0" symplectic="1" />
<EulerExplicitSolverSolver name="odeExplicitSolver" optimizedForDiagonalMatrix="0" symplectic="1" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Woops!

@hugtalbot hugtalbot mentioned this pull request Mar 27, 2020
6 tasks
@epernod epernod deleted the inf_fixAliasWarnings branch March 29, 2020 16:38
@guparan guparan added this to the v20.06 milestone Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: clean Cleaning the code pr: status ready Approved a pull-request, ready to be squashed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants