Skip to content

Tracking draft PR to remove deprecated functions #453

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

Closed
wants to merge 7 commits into from

Conversation

Ben-PH
Copy link
Contributor

@Ben-PH Ben-PH commented May 11, 2020

Added org file into this draft PR with notes, TODO's

Checklist

TODO: edit this top-level comment to include things that need to be removed

  • CRITICAL: restore clippys

  • builder.rs implementations cleared

  • builder module taken out of public API

  • App::new() in tests have init argument not Init code slated for deletion.

  • internal code builder dependencies removed

  • internal tests builder dependencies removed

  • builder/after_mount.rs implementations cleared

  • builder/before_mount.rs implementations cleared

  • builder/init.rs implementations cleared

tests pass running firefox. Chrome and safari unavailable.

since = "0.7.0",
note = "Use `LocalStorage::get` or `SessionStorage::get`."
)]
pub fn load_data<T>(storage: &Storage, name: &str) -> Option<T>
Copy link
Member

Choose a reason for hiding this comment

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

Probably we don't have to delete this function now. I think it's out of scope of this PR and in the future the whole service/storage will be deleted.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll bring it back in in my next commit.

@Ben-PH Ben-PH mentioned this pull request May 14, 2020
@MartinKavik
Copy link
Member

Closing in favor of #478

@MartinKavik MartinKavik closed this Jun 8, 2020
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