Fix pre-existing preflight errors in hero_rpc #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
make preflightin hero_services reports errors from hero_rpc that pre-date any recent work:1. Path dependency:
crates/infraCommented out in workspace Cargo.toml (
# "crates/infra") but preflight script still detects it.2. Example path deps
crates/server/examples/recipe_server/Cargo.tomlreferenceshero_libpaths that don't exist in the standard checkout:../../../../../../hero_lib/crates/core../../../../../../hero_lib/crates/sid3. Cargo.lock revspec issues
Some pinned git commits appear to have been force-pushed:
hero_rpc.gitrevspeceee9a4c4343anot found on remotehero_osis.gitrevspec82cce94a40d4not found on remote (affects hero_archipelagos, hero_os)my_hypervisor.gitrevspecaf7e1e59dd5dnot found (affects hero_cloud)Impact
These don't break
make dist(the affected crates aren't compiled), but they causemake preflightto fail, preventing it from being used as a build gate.Fix
crates/infrareference in hero_rpc workspace Cargo.tomlcargo updateon affected repos to resolve to reachable commits