Source-build fail: missing field 'inputs' in JobCreateInput initializer at jobs.rs:260 #24
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?
Source-build failure surfaced by session 80 Phase 0 sweep #2 (post-sync):
Pre-sync this repo PASSED. After ff-pulling 13 behind repos to
origin/development, hero_codescalers started failing because upstreamJobCreateInput(likely from hero_proc / hero_rpc / hero_lib) gained a requiredinputsfield that the server's job constructor doesn't set.Fix: add the
inputsfield to theJobCreateInput { ... }initializer atcrates/hero_codescalers_server/src/jobs.rs:260. Likely a single-line struct constructor update; the value is whatever an empty/defaultinputsshould be (probablyVec::new()orDefault::default()).Reproduce:
cd lhumina_code/hero_codescalers && cargo build --workspace --release.Filed at session 80 close.