development: hero deps pinned to main — should track development #167
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_aibroker#167
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?
On the
developmentbranch, hero/forge git dependencies must trackbranch = "development", notmain. Several deps in this repo are still pinned tomain:Cargo.tomlhero_admin_lib→hero_website_framework.gitbranch = "main"herolib_derive→hero_lib.gitbranch = "main"herolib_openrpc→hero_lib.gitbranch = "main"hero_lifecycle→hero_lib.gitbranch = "main"herolib_core→hero_lib.gitbranch = "main"hero_proc_sdk→hero_proc.gitbranch = "main"crates/hero_aibroker_app/Cargo.tomlhero_archipelagos_core→hero_archipelagos.gitbranch = "main"crates/hero_aibroker_compressor/Cargo.tomlhero_lifecycle,herolib_core→hero_lib.gitbranch = "main"Action: repoint all of these to
branch = "development"andcargo updateto the development tip.Heads-up: this is not a pure flip —
herolib_deriveno longer exists on hero_libdevelopment(folded intoherolib_macros), so the RPC client/codegen will need migrating to the oschemaopenrpc_client!/openrpc_server!stack (same shape as the hero_browser / hero_books migrations). Track that as part of this.— filed from a workspace-wide audit of dev-branch deps.