deprecate(core): mark service-authoring API as moved to hero_lifecycle::base #146
No reviewers
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_lib!146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_1"
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?
Summary
#[deprecated]attributes to the service-authoringpub usestatements incrates/core/src/base/mod.rs(ServiceToml+ closed enums,validate_service_toml,handle_info_flag,print_startup_banner,prepare_sockets, socket resolvers,SocketPrep).hero_lifecycle::baseand references hero_rpc#142.service_base!()macro expansion (#[allow(deprecated)]on the internal call) so the macro itself still works without forcing every existing call site to wear a#[allow(deprecated)]until they migrate. Thepub useis still deprecated, so any directherolib_core::base::Ximport surfaces the warning.paths.rsre-exports untouched — those are lab-specific path helpers, not service-authoring primitives.Test plan
cargo build --workspaceclean (no warnings on internal hero_lib code).crates/core/src/base/service.rsunchanged — no behaviour change; downstream consumers keep compiling, just see warnings.#145