Source-build fail: unresolved import herolib_core::logger at hero_foundry_server/src/http/server.rs:21 #31
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_foundry#31
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?
Source-build failure surfaced by session 80 Phase 0 sweep:
The
loggermodule appears to have moved or been renamed inherolib_core0.6.0 vs an earlier versionhero_foundrywas written against.Fix: find the new module path of the logger (likely still in
herolib_coreper the hero_log skill but at a different submodule, or behind a feature flag) and update the import incrates/hero_foundry_server/src/http/server.rs:21.Reproduce:
cd lhumina_code/hero_foundry && cargo build --workspace --release.Filed at session 80 close.