Skip to content

release: engine 0.13.0 re-sync — crates.io deps, drop vendored reports & pycache#60

Merged
Szowesgad merged 1 commit into
mainfrom
release/engine-0.13.0-resync
Jul 9, 2026
Merged

release: engine 0.13.0 re-sync — crates.io deps, drop vendored reports & pycache#60
Szowesgad merged 1 commit into
mainfrom
release/engine-0.13.0-resync

Conversation

@Szowesgad

Copy link
Copy Markdown
Contributor

Why

The 2026-07-03 engine sync (#59) predates the 0.13.0 crates.io publish (2026-07-05), so the mirror still claimed "0.13.0 crate line is not yet published", carried `publish = false`, a vendored `reports/` crate and a stray `pycache` fixture artifact.

What

Snapshot re-sync from suite release ref `a38afb8aba01` through the registry-mode sync machinery:

  • `report-leptos = "0.13.0"` consumed from crates.io — vendored `reports/` removed (−32k lines)
  • `publish = false` gone; `repository` casing fixed to `Loctree/loctree`
  • `pycache` .pyc removed; minimal public `.gitignore` added
  • fresh SYNC-MANIFEST.md (source commit `a38afb8aba01`, dependency mode: crates.io registry)

Verification (V-01 falsification report)

  • mirror manifests byte-identical to published crates' `Cargo.toml.orig`
  • src diff vs crates = comment/test-literal sanitization only; `cargo test -p loctree --lib` 1729/0
  • `cargo check --workspace` green on clean registry; `semgrep p/secrets` 0 findings

🤖 Generated with Claude Code

…s & pycache

Rebuild the public engine mirror from suite release ref a38afb8aba01 using live suite sync machinery cda90129.

The July 5 crates.io publish means report-leptos now resolves from the registry at 0.13.0, so the mirror no longer vendors reports/ as a workspace member. The sync also removes the stale tracked Python __pycache__ artifact and adds a minimal public mirror .gitignore for target/.loctree/pyc trash.

Non-payload surfaces left untouched: .github, releases/0.9.5, install.sh, loctree-signing.asc, CHANGELOG.md, CONTRIBUTING.md, SECURITY.md, and other mirror-only root files.

Authored-By: codex <agents@vetcoders.io>

session_id: 11e8b53d-3f42-43df-8713-9a445bd565f7

date: 2026-07-08T14:53:40 PDT

runtime: terminal

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the local reports workspace member (which contains the Leptos-based HTML report renderer and its WASM sub-crate) and transitions to consuming the report-leptos crate directly from the crates.io registry at version 0.13.0. Corresponding updates have been made to the workspace Cargo.toml, Cargo.lock, README.md, and SYNC-MANIFEST.md to reflect this dependency mode change. I have no feedback to provide as there are no review comments to assess.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@Szowesgad Szowesgad merged commit 9a4e39a into main Jul 9, 2026
7 checks passed
@Szowesgad Szowesgad deleted the release/engine-0.13.0-resync branch July 9, 2026 02:42
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