| Age | Commit message (Collapse) | Author | 
|---|
|  | * 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. | 
|  | raise is from the (rnrs exceptions) standard.
* bin/tissue (tissue-edit, tissue-show): Use raise instead of
raise-exception. | 
|  | * bin/tissue: Import (rnrs exceptions).
(main): Handle message conditions by printing them and exiting with
failure. | 
|  | * bin/tissue: Import (rnrs conditions).
(tissue-edit, tissue-show): Raise exception on missing file. | 
|  | (ice-9 ftw) is no longer used.
* bin/tissue: Do not remove (ice-9 ftw). | 
|  | * 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. | 
|  |  |