replace lazy_static with OnceLock - #78
Merged
slinder1 merged 1 commit intoAug 11, 2026
Conversation
slinder1
changed the base branch from
main
to
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
August 11, 2026 14:35
slinder1
marked this pull request as ready for review
August 11, 2026 14:47
slinder1
force-pushed
the
users/slinder1/I73da2d654074bfc413433187d8ac7a699fcac1c0
branch
from
August 11, 2026 14:54
ecfb5fc to
95897e7
Compare
slinder1
marked this pull request as draft
August 11, 2026 14:57
slinder1
changed the base branch from
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
to
main
August 11, 2026 15:08
slinder1
changed the base branch from
main
to
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
August 11, 2026 15:16
slinder1
marked this pull request as ready for review
August 11, 2026 15:16
slinder1
marked this pull request as draft
August 11, 2026 15:19
slinder1
changed the base branch from
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
to
main
August 11, 2026 15:19
slinder1
changed the base branch from
main
to
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
August 11, 2026 15:19
slinder1
marked this pull request as ready for review
August 11, 2026 15:19
slinder1
marked this pull request as draft
August 11, 2026 15:28
slinder1
changed the base branch from
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
to
main
August 11, 2026 15:29
slinder1
changed the base branch from
main
to
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
August 11, 2026 15:29
slinder1
marked this pull request as ready for review
August 11, 2026 15:29
slinder1
marked this pull request as draft
August 11, 2026 16:05
slinder1
changed the base branch from
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
to
main
August 11, 2026 16:05
slinder1
changed the base branch from
main
to
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
August 11, 2026 16:05
slinder1
marked this pull request as ready for review
August 11, 2026 16:05
slinder1
marked this pull request as draft
August 11, 2026 16:29
slinder1
changed the base branch from
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
to
main
August 11, 2026 16:29
slinder1
force-pushed
the
users/slinder1/I73da2d654074bfc413433187d8ac7a699fcac1c0
branch
from
August 11, 2026 16:29
95897e7 to
9475dc3
Compare
slinder1
changed the base branch from
main
to
users/slinder1/Id6e008c7b9d25d181017f01d0f113c42fa333638
August 11, 2026 16:29
slinder1
marked this pull request as ready for review
August 11, 2026 16:30
slinder1
force-pushed
the
users/slinder1/I73da2d654074bfc413433187d8ac7a699fcac1c0
branch
2 times, most recently
from
August 11, 2026 17:09
cf84e75 to
9ed93c4
Compare
move all the old static stuff behind a single type, and have one static instance that is populated in praddle.rs and just used everywhere else Change-Id: I73da2d654074bfc413433187d8ac7a699fcac1c0
slinder1
force-pushed
the
users/slinder1/I73da2d654074bfc413433187d8ac7a699fcac1c0
branch
from
August 11, 2026 17:20
9ed93c4 to
d64fc8d
Compare
slinder1
deleted the
users/slinder1/I73da2d654074bfc413433187d8ac7a699fcac1c0
branch
August 11, 2026 17:24
slinder1
added a commit
that referenced
this pull request
Aug 12, 2026
move all the old static stuff behind a single type, and have one static instance that is populated in praddle.rs and just used everywhere else Change-Id: I73da2d654074bfc413433187d8ac7a699fcac1c0 Assisted-by: opencode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
move all the old static stuff behind a single type, and have
one static instance that is populated in praddle.rs and just
used everywhere else
Change-Id: I73da2d654074bfc413433187d8ac7a699fcac1c0