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

Migrate from lazy_static to OnceLock #108

Open
nyarly opened this issue Mar 28, 2024 · 0 comments · May be fixed by #133
Open

Migrate from lazy_static to OnceLock #108

nyarly opened this issue Mar 28, 2024 · 0 comments · May be fixed by #133

Comments

@nyarly
Copy link
Collaborator

nyarly commented Mar 28, 2024

lazy_static is in the process of being deprecated (rust-lang-nursery/lazy-static.rs#214)

As of Rust 1.70, std::sync::OnceLock exists as a replacement. When we can reliably expect 1.70 on our supported Nixpkgs, we should make the switch.

@nyarly nyarly changed the title Migrate from lazy_static to once_cell Migrate from lazy_static to OnceLock Mar 28, 2024
just1602 added a commit to just1602/lorri that referenced this issue Aug 16, 2024
@just1602 just1602 linked a pull request Aug 16, 2024 that will close this issue
1 task
just1602 added a commit to just1602/lorri that referenced this issue Aug 16, 2024
just1602 added a commit to just1602/lorri that referenced this issue Aug 21, 2024
just1602 added a commit to just1602/lorri that referenced this issue Aug 21, 2024
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 a pull request may close this issue.

1 participant