Skip to content

shadow-core: name the package uu_shadow_core, as crates.io knows it - #316

Merged
pierre-warnier merged 1 commit into
mainfrom
chore/publishable-core-name
Sep 15, 2026
Merged

pierre-warnier merged 1 commit into
mainfrom
chore/publishable-core-name

Conversation

@pierre-warnier

Copy link
Copy Markdown
Collaborator

The library was published as uu_shadow_core (0.2.1) because shadow-core on crates.io belongs to an unrelated project, but the manifest still said shadow-core, so a publish from a checkout could not work. The package is now uu_shadow_core; its Rust name stays shadow_core through [lib] name, and every dependant reaches it through the same shadow-core dependency key with package = "uu_shadow_core", so no code changes. The fuzz workspace, the lockfile and the two -p invocations in ci.yml follow. CONTRIBUTING gains the publish order.

cargo publish --dry-run -p uu_shadow_core packages 32 files; make check in the container: 2830 tests, 0 failed.

The library was published as uu_shadow_core (0.2.1) because shadow-core
on crates.io belongs to an unrelated project, but the manifest still
said shadow-core, so a publish from a checkout could not work and the
crates.io copies fell three minor versions behind. The package is now
uu_shadow_core; its Rust name stays shadow_core through [lib] name, and
every dependant reaches it through the same `shadow-core` dependency
key with `package = "uu_shadow_core"`, so no code changes. The fuzz
workspace, the lockfile and the two `-p` invocations in ci.yml follow.

CONTRIBUTING gains the publish order: the library, the tool crates, the
five thin crates that wrap another tool's crate, then the multicall.

`cargo publish --dry-run -p uu_shadow_core` packages 32 files;
`make check` in the container is green.
@pierre-warnier
pierre-warnier merged commit bf05503 into main Sep 15, 2026
13 checks passed
@pierre-warnier
pierre-warnier deleted the chore/publishable-core-name branch September 15, 2026 10:44
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