• v0.1.1 b517d6d6b7

    v0.1.1 Stable

    gitea_admin released this 2026-06-30 13:40:15 +00:00 | 15 commits to main since this release

    Added

    • Build-confidence gates layered onto the pipeline (all proven green): a pre-compile rpglint RPGLE
      static-analysis gate (.vscode/rpglint.json — indent/casing/qualified-DS), a compile-severity
      gate in deploy.sh (warnings-as-errors — CRTBNDRPG "NN highest severity" > SEVMAX fails the
      build, not just a hard escape), and three negative test-partmnt.sh guards using zelnet 0.9.1's
      refute: F6 won't overwrite an existing part, F10 won't silently create a missing one, and a deleted
      row is genuinely gone (no stale screen data) — asserting undesirable behavior does NOT happen.
    Downloads