American spelling: 653 words across 237 files - #402
Open
gafferongames wants to merge 2 commits into
Open
Conversation
Every British spelling in prose, comments, generated goldens, tests, the Makefile, workflows and the bench boards moves to the American form: the -ise/-isation family (initialise, localise, normalise, synchronise, recognise, optimise, materialise, ...), -our (colour, behaviour, neighbour, honour, favour, armour), licence, grey, labelled, modelled, cancelled, travelled, equalling, judgement, artefact, analogue, defence, marshalling, theatre, catalogue. Identifiers we own are renamed and the goldens regenerated: the pointers corpus's `Colour` type is now `Color` (its native mapping `ColourMath` is `ColorMath`, and its header test/tables/graph_colour.h is graph_color.h), the `grey` DFS constant in check.go and cpp.go is `gray`, and TestJsonKeyIsHonoured is TestJsonKeyIsHonored. The rename moves graphdemo's protocol id and build version, so the pointers build-version golden and the pointers Table goldens are re-pinned; the generated/ tree regenerates byte-identically. External names keep their spelling: none were touched. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…aphdemo cook-write fixtures follow the Color rename
bench/LOCK freezes internal/codegen/{c,cpp}, so the two words there (a comment
and a local Go constant) wait for the lift. Renaming the pointers example's
Colour type moves the unit's build version, so the eight graph_* cook-write
fixtures are regenerated by make conformance-generate — the tool is the
reference for those bytes.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
rowan-claude
force-pushed
the
american-spelling
branch
from
September 3, 2026 21:55
a3138e1 to
252a4af
Compare
This was referenced Sep 3, 2026
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.
Every British spelling in prose, comments, generated goldens, tests, the Makefile, workflows and the bench boards moves to the American form: the -ise/-isation family (initialise, localise, normalise, synchronise, recognise, optimise, materialise, symbolise, parameterise, ...), -our (colour, behaviour, neighbour, honour, favour, armour), licence, grey, labelled/unlabelled, modelled, cancelled, travelled, equalling, judgement, artefact, analogue, defence, marshalling, theatre, catalogue.
Identifiers we own are renamed with the compiler checking and the goldens regenerated:
Colourtype isColor; its native mappingColourMathisColorMath;test/tables/graph_colour.hisgraph_color.h. The rename moves graphdemo's protocol id and build version, so the pointers build-version golden and the pointers Table goldens (C++ and C) are re-pinned. The wire goldens are unchanged.greyDFS constant ininternal/check/check.goandinternal/codegen/cpp/cpp.goisgray.TestJsonKeyIsHonouredisTestJsonKeyIsHonored.make update-goldensre-pinned; everygenerated/stamp regenerated byte-identically;go test ./...green. External names keep their spelling — none needed touching. Left alone as accepted American forms: towards/afterwards/backwards/forwards, prologue/epilogue, archaeology.Not this PR:
tables-block-zero-costandtables-block-build-versionare red on main since #386 (the C-like dialect'sTableBlockAllocatorcomment in the arena, andstatic constreplacing theinline constexprthe gate greps for).🤖 Generated with Claude Code