Skip to content

Drop internal "phase" framing from the debugging docs - #111

Closed
assapir wants to merge 2 commits into
mainfrom
docs/de-phase-debugging
Closed

Drop internal "phase" framing from the debugging docs#111
assapir wants to merge 2 commits into
mainfrom
docs/de-phase-debugging

Conversation

@assapir

@assapir assapir commented Aug 14, 2026

Copy link
Copy Markdown
Owner

Follow-up to the merged 0.9.1 release-prep (#103). #103 was merged at its tip
before the final de-phasing edit landed, so main still describes --debug's
scope as "Phase 1 / a later phase" in CHANGELOG.md and LANGUAGE.md. Phase
numbers are internal orchestration and should not appear in the public docs.

This reword keeps all substance — what --debug emits, the line-tables +
per-function-scopes scope, and the imported-module known limitation — and only
removes the "phase" label/sentence. Docs-only; no code or behavior change.

Recommend merging before cutting v0.9.1 (via ./scripts/release.sh) so the
release ships the de-phased wording.

🤖 Generated with Claude Code

assapir and others added 2 commits August 14, 2026 18:35
The public CHANGELOG and LANGUAGE.md described --debug's scope as "Phase 1 / a
later phase"; phase numbers are internal orchestration. Reword to state the
capability and its current scope (line tables + per-function scopes; imported
modules carry no line info yet) without the phase label.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Complete the de-phase: drop the "(Phase 1)" module-doc labels on
src/codegen/debug.rs and tests/debug_info_test.rs, and reword two internal
comments that framed remaining work as a "later phase" / "line-tables phase" to
describe the state directly. `git grep -niE 'phase [0-9]'` is now empty repo-wide
(the only remaining "phase" is the unrelated progress helper in scripts/release.sh).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@assapir

assapir commented Aug 14, 2026

Copy link
Copy Markdown
Owner Author

Superseded — phase-cleanup consolidated into the debug agent's cleanup PR.

@assapir assapir closed this Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant