Skip to content

refactor: rename sketchlib-rust to asap_sketchlib#266

Open
zzylol wants to merge 2 commits intomainfrom
rename-sketchlib-rust-to-asap-sketchlib
Open

refactor: rename sketchlib-rust to asap_sketchlib#266
zzylol wants to merge 2 commits intomainfrom
rename-sketchlib-rust-to-asap-sketchlib

Conversation

@zzylol
Copy link
Copy Markdown
Contributor

@zzylol zzylol commented Apr 7, 2026

Summary

  • The sketchlib-rust repo has been renamed to asap_sketchlib (ProjectASAP/asap_sketchlib) and its Cargo package changed from sketchlib-rust to asap_sketchlib
  • Updates all 22 files across the repo to use the new name
  • Fixes the asap-summary-ingest pipeline build failure caused by Cargo not finding the sketchlib-rust package in the renamed repo

Changes

  • Cargo.toml (2 files): sketchlib-rust = { git = ".../sketchlib-rust" }asap_sketchlib = { git = ".../asap_sketchlib" }
  • Rust imports (6 files): use sketchlib_rust::use asap_sketchlib::
  • UDF templates (5 files): dependency + import updates in Jinja2 templates
  • Docs/comments (7 files): doc comments, report.md, deployment.md, Dockerfile
  • Cargo.lock: regenerated

Test plan

  • cargo check --workspace compiles successfully
  • cargo test -p sketch-core passes
  • cargo clippy --workspace passes
  • Full-stack PR evaluation (asap-summary-ingest pipeline builds successfully)

🤖 Generated with Claude Code

zz_y and others added 2 commits April 6, 2026 20:38
The sketchlib-rust repository (ProjectASAP/sketchlib-rust) has been
renamed to asap_sketchlib (ProjectASAP/asap_sketchlib) and its Cargo
package name changed from "sketchlib-rust" to "asap_sketchlib".

Update all references across the codebase:
- Cargo.toml dependency declarations (asap-query-engine, sketch-core)
- Rust source imports (use sketchlib_rust:: → use asap_sketchlib::)
- UDF Jinja templates (5 files in asap-summary-ingest)
- Doc comments, Dockerfile comments, deployment docs, benchmark report
- Regenerate Cargo.lock

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@zzylol zzylol force-pushed the rename-sketchlib-rust-to-asap-sketchlib branch from 02f9e4a to 3abec84 Compare April 7, 2026 01:38
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