feat/e-diagnostics #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/e-diagnostics"
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?
Failed verify rows on the target and integrity history pages compose their subtitle with the first line of the persisted diagnostic (diagnostic_excerpt helper, 80 chars) through a translatable '{summary} — {detail}' pattern, and carry the full raw text in the row tooltip — the same gesture as the job-queue row. The hash branch also renders the encoded verdict kind (capture/compare/kernel-gate) instead of a hardcoded 'Verification failed'. Pre-v41 rows (NULL diagnostic) keep their current subtitle, no tooltip. fr catalog updated. Signed-off-by: Younes Benmoussa <younes.benmoussa@pm.me>QA feedback: 'bchash: stat: /path: not found' kept two layers of tool-internal framing. The runner now strips its own binary's name prefix (redundant inside Vigil) and a lone syscall token directly before a path; multi-word causes ('cannot read manifest …') are left intact and raw stderr stays in the logs. Verified against the real bchash: the user now reads 'exit code 1: /path: not found'. Signed-off-by: Younes Benmoussa <younes.benmoussa@pm.me>