Bump mojo-regex from 0.10.0 to 0.21.0#293
Open
msaelices wants to merge 3 commits into
Open
Conversation
4 tasks
rattler-build fetches the rev as a git ref and GitHub only serves full SHAs, so the short form fails with 'couldn't find remote ref'.
Contributor
Author
|
Thanks for the "OK to test" label. The arm failure was the short commit SHA in Heads-up on the next run: the build will likely fail resolving |
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.
Updates the mojo-regex recipe to v0.21.0 (pinned to
ce1be86).Changes
context.version: 0.10.0 -> 0.21.0context.mojo_version:=0.26.2->=1.0.0b3.dev2026062806(matches the project'spixi.tomlpin; the codebase has been migrated through the 1.0.0b1/b2/b3 breaking changes, including the AnyOrigin -> UntrackedOrigin origin-model migration, and requires this nightly)source[0].rev: pinned to the v0.21.0 release commitre, 83% vs Rustregex, from the repo'sbenchmarks/results/comparison.md) and a note on the new compile-time pattern specialization feature.Highlights since 0.10.0
search["hello"](text)) and the parser + DFA compiler run inside Mojo's comptime interpreter, embedding the automaton in the binary: no runtime compilation, no per-call pattern hash or cache probe, and invalid patterns fail the build.Match[origin]is parameterized on the backing-text origin end to end.Supersedes #264.