summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-17fix: skip doc-tests in check() to avoid noexec failuresLionel Hamayon
TMPDIR redirection is insufficient when the entire build filesystem is noexec. Skip doc-tests — they are validated in CI.
2026-02-17fix: redirect TMPDIR to fix doc-test noexec failureLionel Hamayon
Doc-tests fail in build environments where /tmp is mounted with noexec. Set TMPDIR to $srcdir/tmp so rustdoc test binaries can execute.
2026-02-16Update to v0.6.0Lionel Hamayon
2026-02-16Fix doctests failing on /tmp with noexecevoludigit
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.
2026-02-16Initial release: ascfix 0.5.8evoludigit
Automatic ASCII diagram repair tool for Markdown files. Features: - Normalizes ASCII box diagrams - Fixes table alignment - Repairs code fences - Idempotent for simple diagrams