You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross-repo follow-on to the JtV rename. The julia-the-viper submodule is renamed
to jtv so the catalogue no longer presents the language as "Julia".
- Submodule renamed julia-the-viper -> jtv: .gitmodules name/path/url (now
.../jtv.git) + gitlink moved (same commit a462545); all path references in
stapeln.toml, opsm.toml, language-status-tracker.jl, EXPLAINME.adoc,
PANIC-ATTACK-TRIAGE.adoc, wiki, docs now point at jtv/.
- git mv languages/julia-the-viper.md -> languages/jtv.md and
wiki/languages/julia-the-viper.md -> wiki/languages/jtv.md (+ referrers).
- Prose "Julia-the-Viper" / "Julia the Viper" -> "JtV".
The submodule URL also resolves via GitHub's auto-redirect once the repo itself
is renamed; this updates it to the canonical .../jtv.git.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BJmfoz1ZS1Pejy9LLMY742
Copy file name to clipboardExpand all lines: PANIC-ATTACK-TRIAGE.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,14 +103,14 @@ take many sessions.
103
103
| 6 | `my-lang/crates/my-mir/src/lib.rs` | **Keep but document.** All 6 are `.expect("internal error: ...")` invariant checks on graph indices. These are legitimate invariant panics; converting to `Result` would propagate a condition the caller cannot meaningfully handle. Recommend adding a comment at each site explaining the invariant, not rewriting.
104
104
| 8 | `my-lang/my-ssg/src/main.rs` | **Tractable follow-up.** `main` can return `Result<(), Box<dyn Error>>` and use `?` on the `fs::write` calls. ~30 minutes of work.
105
105
| 6 | `my-lang/tests/property_tests.rs` | **Skip.** Test file.
106
-
| ~20 across ephapax, betlang, phronesis, eclexia, affinescript, oblibeny, julia-the-viper, wokelang parser/runtime files | Each submodule has its own PanicPath cluster | **Per-language follow-ups.** Each should be a dedicated session inside the respective repo.
106
+
| ~20 across ephapax, betlang, phronesis, eclexia, affinescript, oblibeny, jtv, wokelang parser/runtime files | Each submodule has its own PanicPath cluster | **Per-language follow-ups.** Each should be a dedicated session inside the respective repo.
0 commit comments