about summary refs log tree commit diff stats
path: root/html/046global.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/046global.cc.html')
-rw-r--r--html/046global.cc.html8
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 [
rtik.com> 2022-07-12 16:51:18 -0700 add state arg to a few functions' href='/akkartik/view.love/commit/select.lua?id=188bbc73cc3c0baddcf48f2501b18248b7ed3fc1'>188bbc7 ^
0d52962 ^
2381f7b ^

0d52962 ^

0d52962 ^








0d52962 ^



007b965 ^
0d52962 ^

007b965 ^
0d52962 ^

007b965 ^
0d52962 ^



1bdb931 ^
e2696fc ^
188bbc7 ^
1bdb931 ^
a655c21 ^


1bdb931 ^



a655c21 ^
95d88a8 ^
1bdb931 ^
a655c21 ^
3850fba ^
95d88a8 ^
3850fba ^
e2696fc ^
1bdb931 ^


2ae9cac ^
9656e13 ^
69c88da ^
3114176 ^
0d52962 ^
188bbc7 ^
9d792a2 ^

0d52962 ^

f2299cb ^

0d52962 ^

188bbc7 ^




0d52962 ^







a655c21 ^

0d52962 ^
a655c21 ^
0d52962 ^
007b965 ^
a655c21 ^
0d52962 ^
a655c21 ^
0d52962 ^
a655c21 ^
e77157d ^
0d52962 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107