Skip to content

fix: Remove broken e2e/server/pkg symlink#184

Open
tennox wants to merge 1 commit intoucan-wg:mainfrom
tennox:main
Open

fix: Remove broken e2e/server/pkg symlink#184
tennox wants to merge 1 commit intoucan-wg:mainfrom
tennox:main

Conversation

@tennox
Copy link

@tennox tennox commented Feb 13, 2026

In my work of upgrading https://gitlab.com/wovin/deploy/ucan-store-proxy/, I had trouble using this crate with crane and git input (since it's not released yet with UCAN v1.0.0-rc spec code - which would be nice actually)

The symlink pointed to ../../pkg (ucan_wasm/pkg) which is a wasm-pack build artifact that doesn't exist in the repository. This broken symlink causes issues with tools that traverse the directory tree (like ripgrep used by Nix/crane during dependency vendoring).

The e2e tests require building the wasm package first anyway, so this symlink should be created as part of the build process, not checked into the repository. (I think)

The symlink pointed to ../../pkg (ucan_wasm/pkg) which is a wasm-pack
build artifact that doesn't exist in the repository. This broken symlink
causes issues with tools that traverse the directory tree (like ripgrep
used by Nix/crane during dependency vendoring).

The e2e tests require building the wasm package first anyway, so this
symlink should be created as part of the build process, not checked
into the repository.
@tennox tennox requested a review from expede as a code owner February 13, 2026 19:31
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