hero_osis_sdk: broken import of herolib_osis::offline blocks downstream CI #6
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?
Problem
The generated client code in
sdk/rust/src/*/osis_client_generated.rsimportsherolib_osis::offline::CachingTransportandherolib_osis::offline::transport::ClientError, but theofflinemodule no longer exists inherolib_osis.This breaks compilation of
hero_osis_sdkand blocks CI for any downstream repo that depends on it (e.g.hero_os).Error
Affected files
34 errors across 13 generated client files in
sdk/rust/src/:identity, communication, calendar, files, projects, settings, network, finance, code, ai, flow, job, base, business, ledger, embedder, media
Impact
hero_os(failing since run #108)hero_osis_sdkfrom thedevelopmentbranch3f6cf11Suggested fix
Either restore the
offlinemodule inherolib_osis, or regenerate the SDK client code against the currentherolib_osisAPI.