fix(dev): bump hero_proc_sdk + fix RequestContext test #27
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_rpc!27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/dev-build-proc-sdk-bump"
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?
Why
developmentdoesn't compile right now. Two small drifts:1.
Cargo.lockpinned old hero_proc_sdkCommit
784b411addedinputs: NoneonJobCreateInputincrates/service/src/lifecycle.rs:290. Theinputsfield was added tohero_proc_sdk::JobCreateInputupstream — but the lockfile was never bumped, so cargo resolved the old sha (8e7e985) where the field didn't exist yet.Fix:
cargo update -p hero_proc_sdk→e847693(current dev tip).2. Test missed a field add
Commit
7d14133addedhero_context_name: Option<String>toRequestContext.test_serde_roundtripuses struct-literal init and wasn't updated — E0063 oncargo check --tests.Fix: add
hero_context_name: Noneto the test literal.After
cargo check --workspacegreencargo check --workspace --testsgreencargo test --workspace --lib— 266 passed, 0 failed, 1 ignoredScope
Two files:
Cargo.lockandcrates/osis/src/rpc/request_context.rs. No logic changes.🤖 Generated with Claude Code
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.