Source-build fail: use_focus_poll not in hero_archipelagos_core at hero_collab_app/src/app.rs:112 (sister of s67 CI scope-out) #55

Open
opened 2026-05-08 21:21:53 +00:00 by mik-tf · 0 comments
Owner

Source-build failure surfaced by session 80 Phase 0 sweep:

error[E0425]: cannot find function `use_focus_poll` in crate `hero_archipelagos_core`
   --> crates/hero_collab_app/src/app.rs:112:29

This is the same shape as the issue session 67 worked around by scoping hero_collab_app out of CI release (workspace builds + CI publish exclude hero_collab_app from BINARIES). The local cargo build --workspace --release still fails because the WASM crate is in the workspace.

Two paths:

  1. Fix the import. Investigate hero_archipelagos_core history for a use_focus_poll rename or removal. Update the call site at crates/hero_collab_app/src/app.rs:112.
  2. Scope hero_collab_app out of the workspace members list. Matches what s67 already did for CI.

Per D-07, source-build green on x86_64 is the gating axis. Either path closes that gate.

Filed at session 80 close.

**Source-build failure** surfaced by session 80 Phase 0 sweep: ``` error[E0425]: cannot find function `use_focus_poll` in crate `hero_archipelagos_core` --> crates/hero_collab_app/src/app.rs:112:29 ``` This is the same shape as the issue session 67 worked around by **scoping `hero_collab_app` out of CI release** (workspace builds + CI publish exclude `hero_collab_app` from BINARIES). The local `cargo build --workspace --release` still fails because the WASM crate is in the workspace. **Two paths:** 1. **Fix the import.** Investigate `hero_archipelagos_core` history for a `use_focus_poll` rename or removal. Update the call site at `crates/hero_collab_app/src/app.rs:112`. 2. **Scope `hero_collab_app` out of the workspace `members` list.** Matches what s67 already did for CI. Per [D-07](https://forge.ourworld.tf/lhumina_code/home/issues/230), source-build green on x86_64 is the gating axis. Either path closes that gate. Filed at session 80 close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_collab#55
No description provided.