about summary refs log tree commit diff stats
path: root/061text.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-25 11:33:13 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-25 11:33:13 -0800
commit8bd3f99fc3e448f3ec5e396a8775454eb111d5c6 (patch)
tree2709a748d9c4f67bc5bede7798ef4488f8e98d23 /061text.mu
parentccae45851f729ada29391e7497cf8e4c9796ff8c (diff)
downloadmu-8bd3f99fc3e448f3ec5e396a8775454eb111d5c6.tar.gz
3688
Move my todos over the past couple of years into the codebase now that
it might be going dormant.

Surprising how few todos left undone!
Diffstat (limited to '061text.mu')
-rw-r--r--061text.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/061text.mu b/061text.mu
index bd7eb89f..d8e40112 100644
--- a/061text.mu
+++ b/061text.mu
@@ -123,6 +123,7 @@ scenario text-equal-common-lengths-but-distinct [
 ]
 
 # A new type to help incrementally construct texts.
+# todo: make this shape-shifting.
 container buffer [
   length:num
   data:text