diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-11-25 11:33:13 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-11-25 11:33:13 -0800 |
commit | 8bd3f99fc3e448f3ec5e396a8775454eb111d5c6 (patch) | |
tree | 2709a748d9c4f67bc5bede7798ef4488f8e98d23 /html/057immutable.cc.html | |
parent | ccae45851f729ada29391e7497cf8e4c9796ff8c (diff) | |
download | mu-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 'html/057immutable.cc.html')
-rw-r--r-- | html/057immutable.cc.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/057immutable.cc.html b/html/057immutable.cc.html index c31f5e20..34928ecb 100644 --- a/html/057immutable.cc.html +++ b/html/057immutable.cc.html @@ -39,6 +39,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="Comment">//: products. This layer will start enforcing this check.</span> <span class="Comment">//:</span> <span class="Comment">//: One hole for now: variables in surrounding spaces are implicitly mutable.</span> +<span class="Comment">//: [tag: todo]</span> <span class="Delimiter">:(scenario can_modify_ingredients_that_are_also_products)</span> <span class="Comment"># mutable container</span> |