Age | Commit message (Expand) | Author |
2022-07-09 | tissue: Delay index-documents field.•••* tissue/tissue.scm: Import (ice-9 match).
(<tissue-configuration>)[indexed-documents]: Rename getter to
delayed-tissue-configuration-indexed-documents.
(tissue-configuration-indexed-documents): New function.
(pairify): New function.
(tissue-configuration): Delay #:indexed-documents argument too.
* tests/tissue.scm: New file.
| Arun Isaac |
2022-07-07 | issue: Parse known keys in list lines even if they are long.•••We drop the restriction that values in key-value pairs should be 2
words or less. Instead, if the key is a known key such as "keywords:",
"tags:" or "status:", we always accept it as a key.
* tissue/issue.scm (file-details): Parse known keys in list lines even
if they are long.
* tests/issue.scm ("Parse keywords even if they are long"): New test.
| Arun Isaac |
2022-07-07 | tests: Add tests.•••* Makefile (GUILE, tests): New variables.
(check): Run tests.
* tests/issue.scm: New file.
| Arun Isaac |