Update module github.com/wasilibs/go-re2 to v1.10.0#29
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update module github.com/wasilibs/go-re2 to v1.10.0#29renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
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.
This PR contains the following updates:
v1.9.0→v1.10.0Release Notes
wasilibs/go-re2 (github.com/wasilibs/go-re2)
v1.10.0Compare Source
This release moves initialization of the wazero runtime from package init to happen during the first regex compilation. It's natural for apps to import go-re2 even for flows that don't require it, for example the
--versioncommand of a CLI, so it's best to not slow these down with the initialization. While it can be tricky to do lazy initialization sometimes since we wouldn't want to move heavy operations to the hot path of an application like a server request handler, we believe re2 users will always consider regex compilation too heavy for the hot path already and this should not negatively affect real applications. If it does, please let us know.It also initializes a compilation cache so when the library is used in an app multiple times on the same machine, subsequent initializations will be much faster.
On a non-technical note, a reminder that this is a volunteer project. While it is understandable to see some loss of good faith due to the recent Go 1.24 incompatibility, we try our best to be responsive to issues. It can affect motivation though to see proposals to remove or demote go-re2 quickly when something happens. This is fine though, all projects need to be very careful of their dependencies. But we do ask when discussing this to at least make sure you present accurate and meaningful information - if anything is ever unclear, please feel free to bring @anuraaga in to the conversation.
Thank you.
Full Changelog: wasilibs/go-re2@v1.9.0...v1.10.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.