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

feat(runtime,serverless,wpt): use once_cell instead of lazy_static #778

Merged
merged 1 commit into from
Apr 22, 2023

Conversation

QuiiBz
Copy link
Member

@QuiiBz QuiiBz commented Apr 22, 2023

About

Migrate from lazy_static to once_cell, since it has been merged to Rust'std. It's currently only available in nightly, but that will be easy to remove once_cell::Lazy and use std::sync::LazyLock instead: https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html

@vercel
Copy link

vercel bot commented Apr 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dashboard ❌ Failed (Inspect) Apr 22, 2023 6:31am
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2023 6:31am
storybook ✅ Ready (Inspect) Visit Preview Apr 22, 2023 6:31am
www ✅ Ready (Inspect) Visit Preview Apr 22, 2023 6:31am

@changeset-bot
Copy link

changeset-bot bot commented Apr 22, 2023

🦋 Changeset detected

Latest commit: 5e174da

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@lagon/runtime Patch
@lagon/serverless Patch
@lagon/wpt-runner Patch
@lagon/js-runtime Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@QuiiBz QuiiBz merged commit 54df73e into main Apr 22, 2023
@QuiiBz QuiiBz deleted the feat/runtime-serverless-wpt-once_cell branch April 22, 2023 06:43
@QuiiBz QuiiBz mentioned this pull request Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant