-
zelnet v0.8.1 Stable
released this
2026-06-29 16:19:02 +00:00 | 81 commits to main since this releaseChanged
- Internal: the host-server connect helpers (
signOn/fileConnect/dbConnect) are now
non-optional — they exit non-zero on failure instead of returning null, removing 17 unreachable
orelse returnbranches left by the v0.8.0 consolidation (they implied a misleading
silent-success-on-null path).
Tests
- Regression guard for the CI compile gate:
runCommandreturns false on a non-zero CL RC (a
failedCRTBNDRPG/etc.) and true on RC 0 — the behaviourzelnet cmd "…" || failrelies on,
previously unexercised. isVerbcoverage: the seven host verbs route to the host dispatcher;term/ bare-host /--flags
fall through to the terminal — the v0.8.0 router's foundation now has tests.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Internal: the host-server connect helpers (