chore: format cleanup to mach skill#363
Merged
Merged
Conversation
Convert docstrings to bare-summary form, align field/import/const columns, convert size.mach tabs to 4-space indent.
Convert docstrings to bare-summary form; align field/import/const columns.
Convert docstrings to bare-summary form; align columns; move memory.mach module docstring to file top.
Convert docstrings to bare-summary form; align columns.
Convert docstrings to bare-summary form; align sha256/sha512 State field columns.
Convert docstrings to bare-summary form; align toml use group.
Convert docstrings to bare-summary form; rename base64 lookup tables to SCREAMING_SNAKE.
Convert docstrings to bare-summary form.
Convert docstrings to bare-summary form.
Convert docstrings to bare-summary form; align dns use group; drop em dashes.
Convert docstrings to bare-summary form.
Convert docstrings to bare-summary form; align thread use group; drop em dashes.
Convert docstrings to bare-summary form; align darwin stat_t/dirent64 and windows WIN32_FIND_DATAA field columns; rename internal spawn_ctx to SpawnCtx; fix garbled timespe# docstring; drop em dashes.
Convert docstrings to bare-summary form; move parse.mach module docstring to file top; align parse use group; fix misattached cmp_ratio_pow2 docstring; drop em dashes.
Convert docstrings to bare-summary form; add module docstrings to the linux/darwin/windows entrypoint surfaces; drop em dashes.
Convert docstrings to bare-summary form; add lib.mach module docstring; align format use group; drop em dashes.
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.
Closes #362.
Brings every tracked
.machfile into conformance with themachauthoring skill. Formatting, docs, and comments only, no semantic changes.Changes
# name: summary.docstrings to the new bare form (lowercase summary, no leading identifier, no trailing period); component# ---blocks preserved. Relocated two misplaced module docstrings (text/parse,memory) to the top of their files and added module docstrings to the four surface files that lacked one (lib,runtime/linux,runtime/darwin,runtime/windows).rec/unifield blocks (sha256/sha512State, darwinstat_t/dirent64, windowsWIN32_FIND_DATAA) andusealias groups (toml,format,dns,rand,thread,parse).types/size) to 4-space.spawn_ctx→SpawnCtxand the base64 lookup tablesstd_table/url_table/decode_table→STD_TABLE/URL_TABLE/DECODE_TABLE. Preserved the intentional lowercase primitive aliases (usize,isize,bool,char,str), libc/Win32 struct mirrors (timespec,stat_t,dirent64, ...), C stream names (stdin/stdout/stderr), and allext funsymbol names.timespe#→timespec) and a misattached docstring on the privatecmp_ratio_pow2helper intext/parse.Committed in batches by directory.
mach build .andmach test .pass identically (620 tests, 0 failures).🤖 Generated with Claude Code