fix(lib): export svc_verify_elf for use by per-service modules #212
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_skills!212
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_export_verify_elf"
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?
PR #210 introduced
svx_install_onnx_runtime_from_ciinservice_editor.nu, which callssvc_verify_elfvia theuse ./lib.nu *import.svc_verify_elfwasn't exported, so at runtime nu treated it as an external command name and failed with the generic 'External command failed' error — masking a name-resolution miss.Caught during the heroci smoke for D-05 session 60:
hero_editor_serverandhero_editor_uiinstalled fine (svc_install_from_ciusessvc_verify_elfin the same file via lexical scope), but the.soinstall inservice_editor.nu's helper hit the unexported call and errored.One-line fix mirrors the same export decision made for
svc_download_assetin PR #210 (both helpers are now part of the per-service consumer surface for ONNX-using services in sessions 60/61/62).mik-tf referenced this pull request from lhumina_code/hero_demo2026-05-05 15:29:36 +00:00