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

[Simulation.Core] Deprecate LocalStorage feature #4327

Merged
merged 4 commits into from
Dec 8, 2023

Conversation

fredroy
Copy link
Contributor

@fredroy fredroy commented Dec 1, 2023

This PR deprecates LocalStorage and its (only) implementation CactusLocalStorage.
It seems it was planned for an eventual parallelization of the visitor traversal. Since then, it is not really relevant anymore (link, etc)

Present since the beginning (16 years ago!) but it seems it was never used,
as the only implementation of LocalStorage (CactusLocalStorage) is never instanced anywhere.

IMO we could even directly remove it as it is 99,99...9% sure nobody uses it.


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if

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

@fredroy fredroy force-pushed the remove_core_localstorage branch from 1dde1d9 to 0cc78ad Compare December 1, 2023 05:59
@bakpaul
Copy link
Contributor

bakpaul commented Dec 1, 2023

Well you did the deprecation job. But you're right, this could disappear totally...

@alxbilger alxbilger 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 Dec 6, 2023
@hugtalbot hugtalbot merged commit 384d495 into sofa-framework:master Dec 8, 2023
10 checks passed
@hugtalbot hugtalbot deleted the remove_core_localstorage branch December 8, 2023 16:10
@hugtalbot hugtalbot added this to the v23.12 milestone Dec 11, 2023
@hugtalbot hugtalbot added the refactoring Refactor code label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated About a deprecated code pr: status ready Approved a pull-request, ready to be squashed refactoring Refactor code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants