Add API-doc site, format gate, recipe.yaml, bench - #3
Merged
Conversation
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.
Ports the quick wins already proven on mojo-xml and mojo-feed:
mojo formatcommit over src/test (2 files), plus a CI Format check step in test.yml right after Mojo install, so drift fails fast.docs/render_api.py(copied verbatim from mojo-xml) +.github/workflows/docs.yamlrendermojo docJSON forsrc/redisinto a self-contained HTML reference;pixi run docsbuilds it locally. Also adds a module docstring tosrc/redis/__init__.mojo—mojo docnow emits no summary warnings.encode_commandand parses canned replies viaparse_reply, the same network-free path test/test_resp.mojo exercises, so no Redis server is needed. Localpixi run benchonly, not in CI.fmt,docs,bench; .gitignore entries for generated docs and the bench binary.Verified locally (WSL): protocol tests 36/36, connection tests 2/2, integration tests 21/21 against a live redis-server on port 6399,
pixi run docsrenders, bench compiles and runs, andpixi run fmt && git diff --exit-codepasses. CI's live-test posture is unchanged — the integration suite stays local-only.🤖 Generated with Claude Code