release: v0.29.0 — the task-layer round-out + hardening release#537
Merged
Conversation
Cut v0.29.0. Highlights (full detail in CHANGELOG [0.29.0]): - task_self (#526) + task_detach (#530): tasks learn their own id and fire-and-forget tasks reap their handle slot — the 255-task cap now bounds concurrent tasks, not lifetime spawns; task_kill no longer poisons the ready queue. - Three deep runtime fixes surfaced by the liferaft #523 migration: the JIT is task-gated at every entry point (#533), same-instant sleeper wakes are allocation-history-independent (#535), and dict_remove no longer inflates its hash table exponentially. - lib/supervise (#409), lib/sync + must_not_yield (#488), catchable deadlock (#509), args on the tape (#471), eigs.json lint allow-list (#455), W018 (#469), silent-tolerance audit cleared (#490-#512). VERSION, CHANGELOG section, CLAUDE.md latest-release line, and docs/llms.txt stamp move together (doc_drift rule 2 resolves when the dispatch creates the v0.29.0 tag). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
The v0.29.0 cut: VERSION, CHANGELOG [0.29.0] section, CLAUDE.md latest-release line, docs/llms.txt stamp. Content: see CHANGELOG [0.29.0] (task_self, task_detach + reaping, the three liferaft-surfaced runtime fixes #533/#535/dict_remove, lib/supervise, lib/sync + must_not_yield, catchable deadlock, args-on-tape, lint train, silent-tolerance audit). After merge: dispatch the Release workflow (tag + build in one run — this environment cannot push tags).
🤖 Generated with Claude Code