Skip to content

cleanup: re-point asap-gorilla path-dep at asap-gorilla-rust directly - #118

Merged
zzylol merged 1 commit into
mainfrom
cleanup/flatten-asap-gorilla-symlink
May 9, 2026
Merged

zzylol merged 1 commit into
mainfrom
cleanup/flatten-asap-gorilla-symlink

Conversation

@zzylol

@zzylol zzylol commented May 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Drop the symlink indirection. The backend's path-dep was:
```toml
asap-gorilla = { path = "../../ASAPCollector/asap-gorilla" }
```
where `asap-gorilla` was a symlink to `asap-gorilla-rust/`. The symlink was kept for backwards-compat with pre-unify-Gorilla-implementations (#357) consumers; with unification done, point at the canonical Rust crate dir directly.

This is the FIRST of two coordinated PRs. Merge in this order:

  1. (this) backend Cargo.toml repointed to `asap-gorilla-rust`
  2. (next) collector deletes the now-unused `asap-gorilla` symlink: ProjectASAP/ASAPCollector#cleanup/drop-asap-gorilla-symlink

If you flip the order, the collector symlink delete breaks the backend's path resolution.

Test plan

  • `cargo check --workspace` → clean

🤖 Generated with Claude Code

Drop the symlink indirection. Previously
`asap-query-engine/Cargo.toml` had:
  asap-gorilla = { path = "../../ASAPCollector/asap-gorilla" }
where `asap-gorilla` was a symlink to `asap-gorilla-rust/`. The symlink
existed for backwards-compat with pre-unify-Gorilla-implementations
(#357) consumers; with the unification done, all readers should refer
to the canonical Rust crate dir directly.

This is the **first** of two coordinated PRs:
  1. (this) backend Cargo.toml repointed to `asap-gorilla-rust`
  2. (next) collector deletes the now-unused `asap-gorilla` symlink

Merge order: this PR first, otherwise the collector symlink delete
breaks the backend's path resolution.

Verification:
- `cargo check --workspace` → clean.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@zzylol
zzylol merged commit cbc8c24 into main May 9, 2026
@zzylol
zzylol deleted the cleanup/flatten-asap-gorilla-symlink branch May 9, 2026 19:15
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