development: de-freeze hero deps (frozen hero_macros_previous / rev-pins) onto development #140
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_compute#140
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 should trackbranch = "development"at the current tip. This repo is deliberately frozen on pinned revisions of the legacyhero_macros_previous(OSIS/hero_rpc) stack instead. It needs a de-freeze / oschema migration (same shape as the merged hero_browser and the in-flight hero_books #154 migrations), not a one-line flip.Frozen deps (on
origin/development)Cargo.tomlhero_rpc_osis,hero_rpc_oschema,hero_rpc_generator,hero_rpc_openrpc,hero_rpc_derive,frozen_osis_sid→hero_macros_previous.gitrev = "43a19c57…"herolib_core→hero_lib.gitrev = "b814ec07…"hero_proc_sdk→hero_proc.gitrev = "1ed88e2c…"[patch."https://github.com/threefoldtech/tfgrid-sdk-rust"]Per-crate (
hero_rpc_osisrev-pinned in each):crates/my_compute_explorer_server/Cargo.tomlcrates/my_compute_playground_server/Cargo.tomlcrates/my_compute_mos_server/Cargo.toml— alsohero_rpc2from thedelandtj/hero_rpc2.gitfork (tag = "v0.1.0")crates/my_compute_zos_server/Cargo.toml— alsotfgrid_sdk_ruston githubbranch = "main"Ask
Migrate the
_servercrates off the frozenhero_rpc*/OSIS stack to hero_lib'sopenrpc_server!/openrpc_client!(oschema) ondevelopment, drop the rev-pins +[patch]es, and resolve the lock to the dev tip. Reference: hero_browser (merged) and hero_books #154 for the migration pattern.— filed from a workspace-wide audit of dev-branch deps.