V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m0s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-31 23:04:30 +02:00
parent 930f47f827
commit 45ff672479
103 changed files with 1011 additions and 266 deletions

View File

@@ -44,7 +44,7 @@ exhaustive state introspection. The defined options anticipate and actively prev
conditions or shell misbehavior.
## 2.3. [0060_trap_err.sh](../../lib/0060_trap_err.sh)
## 2.3. [0060_trap_err.sh](../../lib/cdi_0060_traps/0060_trap_err.sh)
### 2.3.1. Purpose
@@ -68,7 +68,7 @@ anomalies precisely, log them comprehensively, and expose them to the console an
- Integrates gracefully with dialog-driven user interfaces (e.g., `dialog_box_cleaner`, `dialog_gauge_cleaner`).
- Evaluates `VAR_DEBUG_TRACE` and `VAR_DEBUG_TRAP` to determine the scope of runtime introspection.
## 2.4. [0070_trap_exit.sh](../../lib/0070_trap_exit.sh)
## 2.4. [0070_trap_exit.sh](../../lib/cdi_0060_traps/0070_trap_exit.sh)
### 2.4.1. Purpose
@@ -95,7 +95,7 @@ error. Notably, it complements `trap_err()` by catching unbound variable errors
- Isolates early trap context via local read-only declarations to avoid overwriting.
- Ensures that debug logs and variable states are flushed before exit.
## 2.5. [0080_trap_int.sh](../../lib/0080_trap_int.sh)
## 2.5. [0080_trap_int.sh](../../lib/cdi_0060_traps/0080_trap_int.sh)
### 2.5.1. Purpose