summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 17:02:36 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 17:02:36 (EDT)
commit2ddb616b87a2a4684d03c9b54e95f800e73017d9 (patch)
tree7412948f42899345c0a64d84867e1b6674bae6c7 /TODO
parenteb39158e933a3f84a39b1aae4deaaae7ccde9f6b (diff)
ob_parse_package_metadata(): Eliminate caching
Cf. commit da45b6d.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 24575b3..1bb124c 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,6 @@ Tasks
General Cleanup
---------------
- * Eliminate metadata caching.
* General code auditing and cleanup:
- Protect against command operands beginning with "-", e.g.:
* `[ "x${foo}" = 'xbar' ]` instead of `[ "${foo}" = 'bar' ]`