Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement Matcher for std::sync::LazyLock<T> #131

Merged
merged 3 commits into from
Dec 21, 2024

Conversation

Fogapod
Copy link
Contributor

@Fogapod Fogapod commented Oct 8, 2024

Resolves: #129

⚠️ This bumps MSRV to 1.80.

Matcher impl for std::sync::LazyLock<T> isn't gated behind regex feature because it doesn't need once_cell dependency.

Would be nice to phase out once_cell completely but i'm not sure how to do that without breaking existing feature flags

@Fogapod
Copy link
Contributor Author

Fogapod commented Nov 4, 2024

CI failures seem unrelated. 1.81 clippy passes locally. CI runs nightly check/fmt

@Fogapod
Copy link
Contributor Author

Fogapod commented Nov 4, 2024

WASM test might be related but I don't understand what's happening

@jprochazk
Copy link
Owner

Thanks!

@jprochazk jprochazk merged commit d8e1bd8 into jprochazk:main Dec 21, 2024
5 checks passed
@Fogapod Fogapod deleted the stdlib-static-regex branch December 21, 2024 17:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: support for stdlib LazyLock in regex
2 participants