hero_embedder_app fails to compile — hero_archipelagos_core is 124 commits stale on Cargo.lock #30
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_embedder#30
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?
cargo check -p hero_embedder_appagainst currentdevelopmenttip fails with 4 errors across 2 distinct API symbols:Root cause is in
Cargo.lock:That SHA is 124 commits behind current
origin/developmentoflhumina_code/hero_archipelagos. Thewindow_idfield onIslandContext(added atcore/src/context.rs:86) and theuse_focus_pollhook (core/src/focus.rs:33) both landed in those 124 commits.hero_embedder_appsource uses both APIs but the locked dep predates them.Suggested fix:
cargo update -p hero_archipelagos_coreand commit the refreshed lockfile.Scope note:
hero_embedder_lib,hero_embedderd, andhero_embedder_server(the binaries downstream consumers like freezone ship) compile cleanly — this only affects the UI crate.