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_blueprint!77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-75-remove-services-placeholder-v2"
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
crates/<name>/src/services/mod.rsplaceholder the scaffolder + build.rs codegen emit, plus the matchingpub mod services;line insrc/lib.rs.servicesas the domain name no longer collides.example/recipe_server+crates/server/examples/recipe_server.test_scaffold_core_and_sdk_crates_have_lib_rsto assert the placeholder is absent.Test plan
cargo test -p hero_rpc_generator build::scaffold— 18/18 pass.hero_smoke75) — nosrc/services/, nopub mod services;anywhere.services(hero_svctest) — clean build; the onlypub mod services;is the feature-gated one for the domain itself, andsrc/services/is populated entirely by codegen.example/recipe_serverfull workspace rebuilds clean.Closes #75, closes #68.