Skip to content

Commit 81f7933

Browse files
authored
Bump mojo-regex to 0.10.0 (#254)
* Bump mojo-regex to 0.10.0 * Pin mojo-regex 0.10.0 to NFAMatcher fix commit Updates the pinned rev to cbfdabc (msaelices/mojo-regex#98) so that the 0.10.0 release shipped through modular-community includes the `init_pointee_move` fix on `NFAMatcher`'s lazy DFA allocation. The previous rev (8e56a946) was main HEAD at the 0.10.0 version bump, before that fix landed. * Bump mojo-regex 0.10.0 rev to include hash-keyed cache fix Includes PR #99 (StringSlice pattern in public API with hash-keyed cache) and the CHANGELOG entry for PRs #98 and #99 in the 0.10.0 section. New pin: 6a8a0bd (main HEAD). * Bump mojo-regex 0.10.0 rev to pick up trimmed changelog * Update rev to include PR #102 (inline NFA range checks) * Update rev to include PR #102 changelog entry * Update rev to include PR #104 (precompute range classification) * Update rev to include PR #105 (eliminate get_pattern String copies) * Update rev to include PRs #103, #106 (re.sub + benchmarks) * Update rev to include PR #108 (capture group sub) * Update rev to include PR #110 (DFA fast path for sub) * Update rev to include PR #112 (optimize sub internals) * Update rev to include PR #113 (deep sub optimization) * Update rev to include PR #115 (SIMD LazyDFA first-byte filter) * Update rev to include PR #115 cleanup (remove dead scalar fallback) * Update rev to include PR #116 (extract shared nibble scan) * Update rev to include PRs #116, #117 and benchmark results * Update rev to include PR #118 (fix 3+ way alternation bug)
1 parent 6d3e55c commit 81f7933

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipes/mojo-regex/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
context:
2-
version: 0.9.0
2+
version: 0.10.0
33
mojo_version: "=0.26.2"
44
about:
55
description: "# Mojo Regex\nRegular Expressions Library for Mojo\n\n`mojo-regex` is a\
@@ -30,4 +30,4 @@ requirements:
3030
- ${{ pin_compatible('mojo-compiler') }}
3131
source:
3232
- git: https://github.com/msaelices/mojo-regex.git
33-
rev: 762c4569fefe09a0a01f6900d5a351a6a4e76de5
33+
rev: a686999b3d6e7f8db47f96ac0a20d6d71a1a41d9

0 commit comments

Comments
 (0)