Source-build fail: unresolved import herolib_core::logger at hero_foundry_server/src/http/server.rs:21 #31

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

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

error[E0432]: unresolved import `herolib_core::logger`
  --> crates/hero_foundry_server/src/http/server.rs:21:19

The logger module appears to have moved or been renamed in herolib_core 0.6.0 vs an earlier version hero_foundry was written against.

Fix: find the new module path of the logger (likely still in herolib_core per the hero_log skill but at a different submodule, or behind a feature flag) and update the import in crates/hero_foundry_server/src/http/server.rs:21.

Reproduce: cd lhumina_code/hero_foundry && cargo build --workspace --release.

Filed at session 80 close.

**Source-build failure** surfaced by session 80 Phase 0 sweep: ``` error[E0432]: unresolved import `herolib_core::logger` --> crates/hero_foundry_server/src/http/server.rs:21:19 ``` The `logger` module appears to have moved or been renamed in `herolib_core` 0.6.0 vs an earlier version `hero_foundry` was written against. **Fix:** find the new module path of the logger (likely still in `herolib_core` per the [hero_log skill](https://forge.ourworld.tf/lhumina_code/home/issues/230) but at a different submodule, or behind a feature flag) and update the import in `crates/hero_foundry_server/src/http/server.rs:21`. Reproduce: `cd lhumina_code/hero_foundry && cargo build --workspace --release`. 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_foundry#31
No description provided.