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/046global.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/046global.cc.html')
-rw-r--r-- | html/046global.cc.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/046global.cc.html b/html/046global.cc.html index 234acdc1..cc62df99 100644 --- a/html/046global.cc.html +++ b/html/046global.cc.html @@ -39,10 +39,10 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="Comment">//: have access to each other's globals.</span> <span class="Comment">//:</span> <span class="Comment">//: This feature is still experimental and half-baked. You can't name global</span> -<span class="Comment">//: variables, and so like in most tests they don't get checked for types (the</span> -<span class="Comment">//: only known hole in the type system, can cause memory corruption). We might</span> -<span class="Comment">//: fix these issues if we ever use globals. Or we might just drop the feature</span> -<span class="Comment">//: entirely.</span> +<span class="Comment">//: variables, and they don't get checked for types (the only known hole in</span> +<span class="Comment">//: the type system, can cause memory corruption). We might fix these issues</span> +<span class="Comment">//: if we ever use globals. Or we might just drop the feature entirely.</span> +<span class="Comment">//: [tag: todo]</span> <span class="Delimiter">:(scenario global_space)</span> <span class="muRecipe">def</span> main [ |