| Age | Commit message (Collapse) | Author |
|
TMPDIR redirection is insufficient when the entire build filesystem
is noexec. Skip doc-tests — they are validated in CI.
|
|
Doc-tests fail in build environments where /tmp is mounted with
noexec. Set TMPDIR to $srcdir/tmp so rustdoc test binaries can execute.
|
|
|
|
Skip doctests in check() phase as they fail on systems with /tmp
mounted with noexec flag (common on Arch Linux for security).
Library and binary tests still run, providing good coverage.
Bumped pkgrel to 2.
|
|
Automatic ASCII diagram repair tool for Markdown files.
Features:
- Normalizes ASCII box diagrams
- Fixes table alignment
- Repairs code fences
- Idempotent for simple diagrams
|