Skip to content

Working recipe for mimage#102

Merged
carolinefrasca merged 3 commits intomodular:mainfrom
fnands:add_mimage
Apr 11, 2025
Merged

Working recipe for mimage#102
carolinefrasca merged 3 commits intomodular:mainfrom
fnands:add_mimage

Conversation

@fnands
Copy link
Copy Markdown
Contributor

@fnands fnands commented Apr 5, 2025

Checklist

  • My recipe.yaml file 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.
  • License file is packaged (see here for an example).
  • Set the build number to 0 (for new packages, or if the version changed).
  • Bumped the build number (if the version is unchanged).

@fnands
Copy link
Copy Markdown
Contributor Author

fnands commented Apr 5, 2025

This PR adds mimage to the modular community repo.
I hope the MacOS build succeeds: there is a dependency on zlib, and I'm not exactly sure if the libs work the same way for MacOS

@fnands
Copy link
Copy Markdown
Contributor Author

fnands commented Apr 9, 2025

Added a function to update name of dynamic library based on OS.

@carolinefrasca
Copy link
Copy Markdown
Member

@fnands Do you mind adding CodeQL scanning to the package repo? Instructions are here: https://www.modular.com/community/package-submission

@fnands
Copy link
Copy Markdown
Contributor Author

fnands commented Apr 10, 2025

Alright!

CodeQL added (and passing)

@carolinefrasca carolinefrasca merged commit f8653d3 into modular:main Apr 11, 2025
4 checks passed
hylkedonker pushed a commit to hylkedonker/modular-community that referenced this pull request Apr 17, 2025
* Working recipe for mimage

* bump mimage version

* Add CodeQL
msaelices added a commit to msaelices/modular-community that referenced this pull request Apr 11, 2026
msaelices added a commit to msaelices/modular-community that referenced this pull request Apr 11, 2026
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants