Audit and update manual based on Snap! git history and HISTORY.md - #53
Closed
cycomachead wants to merge 1 commit into
Closed
cycomachead wants to merge 1 commit into
cycomachead wants to merge 1 commit into
Conversation
Perform a comprehensive audit of the manual against the @jmoenig/snap repository (v12.0.6) and HISTORY.md. Identify critical discrepancies where the manual is four major releases behind (Snap! 8.0 baseline). Key findings documented in docs/content-audit-2026-08.md: - Removed primitives (call/cc) still taught as core features. - UI changes in Settings and Input Type dialogs. - Missing core features: variadic if, first-class colors, and OOP 2.0. - Outdated hardware and library documentation. This audit serves as the roadmap for updating the manual to match the current state of Snap!. Co-authored-by: Claude Code <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.
Manual content audit against Snap! 12.0.6
Adds a comprehensive audit document (
docs/content-audit-2026-08.md) comparing the current manual (based on the Snap! 8.0 PDF, August 2022) against the Snap! source and HISTORY.md at jmoenig/snap v12.0.6. This serves as the prioritized roadmap for updating the manual, which is currently four major releases behind.Changes
docs/content-audit-2026-08.md— full audit report covering all 12 chapters and appendicesThe audit is organized into two parts:
Part A — Verifiably wrong or out of date (19 items):
call/run w/continuationstill taught as palette primitives (removed in 9.0.0; now library-only)sayvs.ask () for ())Objectslot replaced byColorin 11.0.0, grid rearrangedmin/max/atan2described as hidden relabel-only blocks (visible in palette since 9.1.0)urlfallback claim, incompletelength ofdropdown list, outdated hardware docs, etc.)Part B — Missing from the manual (20 items):
if/else-if (9.0.0)requestreporter,this ()introspection reporter, and moreThe report also documents two HISTORY.md claims that did not reproduce in the current source, so those won't be incorrectly "fixed."
Reviewer context
All findings were verified against the Snap! source tree (with
src/*.jsreferences) rather than trusting the changelog alone. Items are ordered by priority within each section. The audit covers common features for typical users and teachers; obscure extensions and screenshot styling drift are excluded.Superconductor Ticket Implementation | Guided Review