M5: VSLTASK (TaskMan listener) + VSLENV/VSLBLD (KIDS base + env-check)#9
Merged
Conversation
The process + packaging seams (VSL/MSL M5, §12.2), dual-engine green over
the driver stack. Lane A NO-OP (no MSL seam change; pin stays v0.9.0).
VSLTASK — the persistent-listener process seam, a thin binding over the
Supported ^%ZTLOAD programmer API (ICR #10063, whole API corpus-verified):
$$running (=$$TM^%ZTLOAD, scheduler liveness), $$stop (=$$S^%ZTLOAD,
cooperative stop), $$persist (=$$PSET^%ZTLOAD, self-restart mark),
$$schedule (headless ^%ZTLOAD queue + persist). Loud ,U-VSL-TASK-...,
on a malformed call (flag-based $ETRAP, never zgoto).
GROUNDED Q1: TaskMan is LIVE on BOTH engines ($$TM^%ZTLOAD()=1, heartbeat
fresh), so liveness + the API binding + the error contract are asserted
LIVE-GREEN. The destructive self-restart observation (drop the ^%ZTSCH lock,
poll for a re-run) is SOFT-SKIPPED with a loud diagnostic: a PSET-persistent
task is deliberately un-KILLable and the restartable body must be installed
resident — runaway-unsafe in a unit test. Contract bound + documented; the
live observation is an infra/integration-gated follow-up.
VSLENV — the single self-contained KIDS env-check routine (the XPDENV hook,
named in the build's "envCheck"): reports engine/version ($ZVERSION), Kernel
level ($$VERSION^XPDUTL, #10141), TLS-config presence ($$GET^XPAR, #2263);
aborts (XPDQUIT) only if Kernel is absent. $$check returns the facts
off-install.
VSLBLD — the build-definition binding (no duplication of v-pkg install
mechanics): $$manifest (the base self-description), $$envCheck (via VSLENV),
$$requireBase (=$$PATCH^XPDUTL, #10141 — the R6 version-skew check). Loud
,U-VSL-BLD-..., on a malformed call.
Q2: the T1.3 KIDS base matured IN PLACE — VSL*1.0*1 (VSLCFG-only) -> VSL*1.0*2
with all 8 VSL* routines + envCheck VSLENV + the unchanged VPNG GREETING
#8989.51 param + the Required Build on MSL*0.1*1. dist/kids/VSL.kids regen'd;
make check-kids golden-clean. FileMan DD files stay deferred (the v-pkg track).
Gate: gen-icr.py now enforces the XPD (KIDS) namespace as L4, so XPDUTL calls
are gated rather than silently passed (+ self-test).
Verification (driver stack ONLY):
- VSLTASKTST + VSLBLDTST GREEN 23/23 on BOTH vehu (YDB) and foia-t12 (IRIS).
- Full v-stdlib suite 56/56 on vehu (no regression).
- v-pkg install -> verify (8 routines + param present, status 3) -> back-out
-> verify-clean (all absent, exit 3) GREEN on BOTH engines.
- make check-fast clean: check-icr 17, check-citations 17 (vs gold corpus),
check-namespaces 8, check-kids golden, check-msl-pin v0.9.0 (no re-pin).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The process + packaging seams (VSL/MSL M5, §12.2), dual-engine green over the driver stack. Lane A NO-OP (no MSL seam change; pin stays v0.9.0).
What's new
^%ZTLOADprogrammer API (ICR #10063, whole API corpus-verified):$$running($$TM^%ZTLOAD),$$stop($$S^%ZTLOAD),$$persist($$PSET^%ZTLOAD),$$schedule(headless queue + persist). Loud,U-VSL-TASK-…,(flag-based$ETRAP, never zgoto).XPDENVhook): engine/version ($ZVERSION), Kernel level ($$VERSION^XPDUTL, #10141), TLS-config presence ($$GET^XPAR, #2263).$$manifest,$$envCheck,$$requireBase($$PATCH^XPDUTL, #10141 — the R6 version-skew check). No duplication of v-pkg install mechanics.VSL*1.0*1(VSLCFG-only) →VSL*1.0*2with all 8 VSL* routines +envCheck: VSLENV+ the unchanged VPNG GREETING #8989.51 param + the Required Build onMSL*0.1*1. FileMan DD files stay deferred.gen-icr.pynow enforces theXPD(KIDS) namespace as L4.Q1 grounding
TaskMan is LIVE on both engines (
$$TM^%ZTLOAD()=1, heartbeat fresh), so liveness + the API binding + the error contract are asserted live-green. The destructive self-restart observation is soft-skipped (loud, documented): a PSET-persistent task is un-KILLable and needs a resident body — runaway-unsafe in a unit test. Contract bound + documented; live observation is an infra/integration-gated follow-up.Verification (driver stack only)
make check-fastclean: check-icr 17, check-citations 17 (vs gold corpus), check-namespaces 8, check-kids golden, check-msl-pin v0.9.0 (no re-pin)🤖 Generated with Claude Code