fix: bump prolog-rlm pin so rlm_direct/4 exists for direct-mode dispatch #117
No reviewers
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/a0-symbolics!117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/prolog-rlm-pin-rlm_direct"
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?
Fixes #111.
The flake pinned prolog-rlm
2e1264d8(2026-08-27), which predates the provider-native direct runtime (rlm_direct/4landed 2026-08-28 in f7d93e6f).runtime_worker.pldispatch(direct, ...)callsrlm:rlm_direct/4, so every direct-mode turn aborted withexistence_error(procedure, rlm:rlm_direct/4).Changes: bump pin in
flake.nix+flake.locktoe1ed6c2b(origin/main).Verified: rebuilt pack exports
rlm_direct/4; workerstatusrespondsok:truewith full surface list; plugin + context-compiler suites pass (49 passed, 9 skipped).Pull request closed