fix: add missing runtime functions (native_str_to_int, http_post_json_with_headers) #15

Merged
will.anderson merged 1 commits from fix/ci-openssl-linker into dev 2026-05-07 00:35:29 +00:00
Owner

epm.el generates calls to two functions absent from el_runtime.c:

  • native_str_to_int — El compiler alias for str_to_int; adds integer parsing
  • http_post_json_with_headers — POSTs JSON with Content-Type: application/json plus caller-supplied headers map

Both functions are needed for epm to link successfully in the sdk-release pipeline.

epm.el generates calls to two functions absent from el_runtime.c: - native_str_to_int — El compiler alias for str_to_int; adds integer parsing - http_post_json_with_headers — POSTs JSON with Content-Type: application/json plus caller-supplied headers map Both functions are needed for epm to link successfully in the sdk-release pipeline.
will.anderson added 1 commit 2026-05-07 00:31:47 +00:00
fix: add missing runtime functions for epm.el
El SDK CI - dev / build-and-test (pull_request) Successful in 3m19s
54de7d3f3f
Add native_str_to_int (El compiler alias for str_to_int) and
http_post_json_with_headers (JSON POST with additional headers map)
which epm.el generates calls to but were absent from el_runtime.c.
will.anderson merged commit 231cb5eddd into dev 2026-05-07 00:35:29 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/el#15