docs: SPEC.md + ai.txt sync for 26.5 (idxof) - #745
Open
danieljohnmorris wants to merge 2 commits into
Open
Conversation
ILO-39 / 26.5 shipped idxof but it wasn't documented in SPEC.md or ai.txt. Adds: - SPEC.md: idxof entry in the text builtins table near ct-eq, with the ILO-39 spec (O n return, code-point units, empty-needle = 0). - ai.txt: idxof to the alias list (between hex and inv) and a token- minimal signature line near ct-eq. The site repo got the matching builtins/text.md entry in a separate commit (ilo-lang/ilo-site#cffe25e). ILO-T046 doesn't need a SPEC.md entry — diagnostic codes live in src/diagnostic/registry.rs and that's already updated.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
… fixes) Documents the marathon release-PR experience: every failure that hit CI, what the root cause was, what fix landed, and the one piece (ILO-447 VM defer rewrite) deliberately deferred with #[ignore]'d tests carrying the tracking reason. Includes the meta-lesson on why main accumulated 24h of red CI before the cut and what to do about it next time. Force-added because docs/ is in .gitignore; releases/ is the right home for this kind of postmortem.
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.
Post-26.5 doc sync. Closes the doc-rot caught right after the cut.
What landed
idxof s sub > O nrow in the text builtins table nearct-eq, with the ILO-39 spec (code-point index, nil on miss, empty needle = 0, Python/JS convention).idxofadded to the alias list (betweenhexandinv) and a token-minimal signature line nearct-eq.Companion: site repo
ilo-lang/ilo-sitealready got the matching entry inbuiltins/text.md(commitcffe25e, direct push to main since the site has no CI).Why not SPEC.md for ILO-T046
Diagnostic codes live in
src/diagnostic/registry.rs(already updated in 26.5 PR #743). SPEC.md doesn't carry a per-code error catalogue.Test plan
cargo test --test skill_md --test skill_modularcleancargo build --releaseclean