Age | Commit message (Expand) | Author |
2022-03-15 | bin: Add `tissue web' subcommand.•••* bin/tissue: Import (tissue tissue) and (tissue web).
(tissue-web): New function.
(print-usage): Document web subcommand.
(main): Hook up web subcommand.
| Arun Isaac |
2022-03-15 | tissue: Use more specific &issue-file-not-found-error.•••* bin/tissue: Do not import (rnrs conditions). Import (tissue
conditions).
(tissue-edit, tissue-show): Raise &issue-file-not-found-error instead
of &message-condition.
(print-usage): Handle &issue-file-not-found-error instead of
&message-condition.
* tissue/web.scm: Do not import (rnrs exceptions). Import (tissue
conditions).
(build-website): Raise &issue-file-not-found-error instead of
&message-condition.
| Arun Isaac |
2022-03-15 | bin: Use raise instead of raise-exception.•••raise is from the (rnrs exceptions) standard.
* bin/tissue (tissue-edit, tissue-show): Use raise instead of
raise-exception.
| Arun Isaac |
2022-03-14 | bin: Handle message conditions.•••* bin/tissue: Import (rnrs exceptions).
(main): Handle message conditions by printing them and exiting with
failure.
| Arun Isaac |
2022-03-14 | bin: Raise exception on missing file.•••* bin/tissue: Import (rnrs conditions).
(tissue-edit, tissue-show): Raise exception on missing file.
| Arun Isaac |
2022-03-13 | bin: Remove (ice-9 ftw) import.•••(ice-9 ftw) is no longer used.
* bin/tissue: Do not remove (ice-9 ftw).
| Arun Isaac |
2022-03-13 | tissue: Reorganize code into scheme modules.•••* bin/tissue: Do not import (rnrs hashtables) and (srfi
srfi-9). Import (tissue issue) and (tissue utils).
(<issue>, issues, hashtable-append!, comma-split, remove-prefix,
file-details): Move to tissue/issue.scm.
(call-with-input-pipe, get-line-dos-or-unix): Move to
tissue/utils.scm.
* tissue/issue.scm, tissue/utils.scm: New files.
| Arun Isaac |
2022-02-05 | Initial commit | Arun Isaac |