bump emberjson to 0.1.4 for max 25.2 release#99
Merged
carolinefrasca merged 3 commits intomodular:mainfrom Mar 31, 2025
Merged
Conversation
carolinefrasca
approved these changes
Mar 31, 2025
hylkedonker
pushed a commit
to hylkedonker/modular-community
that referenced
this pull request
Apr 17, 2025
Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
msaelices
added a commit
to msaelices/modular-community
that referenced
this pull request
Apr 11, 2026
Includes PR modular#99 (StringSlice pattern in public API with hash-keyed cache) and the CHANGELOG entry for PRs modular#98 and modular#99 in the 0.10.0 section. New pin: 6a8a0bd (main HEAD).
carolinefrasca
pushed a commit
that referenced
this pull request
Apr 13, 2026
* 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)
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.
Checklist
recipe.yamlfile specifies which version(s) of MAX is compatible with my project (see here for an example). If not, my package is compatible with both 24.5 and 24.6.0(for new packages, or if the version changed).