Skip to content

fix: restore dag_export README swap dropped by a stale squash-merge of #176 - #177

Merged
zzylol merged 1 commit into
mainfrom
fix/restore-dag-export-swap
Aug 12, 2026
Merged

zzylol merged 1 commit into
mainfrom
fix/restore-dag-export-swap

Conversation

@zzylol

@zzylol zzylol commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary

PR #176's squash-merge landed a stale version of the branch — GitHub's merge endpoint used a cached PR head rather than the branch's actual final commit, so `main` ended up with the pre-#134-merge content: the README still has the `topk_ir`/`{:#?}` visualization section, and none of #134's files (`crates/ir/src/dag_export.rs`, `crates/lower/examples/dag_export.rs`, `tools/dag-viewer/`) made it in.

This restores exactly the tree that was actually reviewed before merging #176: the query-DAG JSON exporter + offline HTML viewer (#134, including the `Aggregate::by` → `reduction` compile fix), and the README's "Visualize the IR" section pointing at `dag_export`/`tools/dag-viewer` instead of `topk_ir`.

Diffed directly against the verified branch tip to confirm zero drift (`git diff origin/main -- .` empty after applying).

Test plan

🤖 Generated with Claude Code

…by a stale squash-merge

PR #176's squash-merge (via gh pr merge) used a stale cached PR head on
GitHub's side and landed the pre-#134-merge content: the README still
had the topk_ir/{:#?} section, and none of #134's actual files
(crates/ir/src/dag_export.rs, crates/lower/examples/dag_export.rs,
tools/dag-viewer/) made it into main.

This restores exactly the tree that was actually reviewed and verified
(build/test/clippy clean, dag_export CLI run end-to-end) before the
merge: the query-DAG JSON exporter + offline HTML viewer (#134, with
the Aggregate::by -> reduction compile fix), and the README's
'Visualize the IR' section pointing at it instead of topk_ir.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@zzylol
zzylol merged commit 4e3859c into main Aug 12, 2026
1 check passed
@zzylol
zzylol deleted the fix/restore-dag-export-swap branch August 12, 2026 18:36
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