Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates ArgMojo’s codebase and development tooling to target Mojo v1.0.0b2, including adjustments to reflection usage and environment/build configuration.
Changes:
- Update reflection call sites to the Mojo v1.0.0b2
reflect[...]form and remove now-unneeded reflection imports. - Bump project/tooling versions (ArgMojo v0.7.0, Mojo v1.0.0b2) and update Pixi tasks/lockfile accordingly.
- Minor docstring/doc updates (tests headers, added
Raises:sections, changelog entry).
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/test_options.mojo | Docstring header formatting tweak. |
| tests/test_groups.mojo | Docstring header formatting tweak. |
| tests/test_completion.mojo | Docstring header formatting tweak. |
| src/argmojo/parsable.mojo | Update reflection usage; expand docstrings with Raises:. |
| src/argmojo/command.mojo | Document parse() error/raise behavior. |
| src/argmojo/argument_wrappers.mojo | Update reflection usage; remove unused import; expand docstrings with Raises:. |
| README.md | Update stated ArgMojo/Mojo target versions. |
| pixi.toml | Bump version + Mojo dependency; change package task output/artifact; update clean task. |
| pixi.lock | Refresh locked dependencies for updated environment. |
| docs/changelog.md | Add v0.7.0 entry for Mojo v1.0.0b2 migration. |
| .gitignore | Update ignored build artifact extensions to .mojoc. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 updates ArgMojo’s core code and tooling configuration to be compatible with Mojo v1.0.0b2.