about summary refs log tree commit diff stats
path: root/html/501draw-text.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-07 09:49:16 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-07 09:49:16 -0700
commit74be534e2be007f0729092c49a90ca8e410150a8 (patch)
treebde87d2626b3274db039e87adbb38cd7f1813e01 /html/501draw-text.mu.html
parent7105b73fd3f0952a62de125ee70fe81a9ae683fd (diff)
downloadmu-74be534e2be007f0729092c49a90ca8e410150a8.tar.gz
starting to implement first macros
Another commit, another bugfix.

Some snippets from my currently exploding todo list:

- always investigate lookup errors immediately. Beyond the root cause, they should never happen at the moment, while we aren't reclaiming memory.
  we should always return a more precise error message. Usually involving null pointer checks.

- on abort, print out stack trace
  - emit mapping of labels to addresses during survey
  - store a mapping of symbols somewhere in the code image

- stop allocating 1KB per token; expand space for tokens as needed
Diffstat (limited to 'html/501draw-text.mu.html')
0 files changed, 0 insertions, 0 deletions
exline handling up to aerc, add :term' href='/akspecs/aerc/commit/widgets/aerc.go?h=0.3.0&id=589db742cb2af4b29607ceba62ceca38ec982f62'>589db74 ^
cab3771 ^

b60999c ^


cab3771 ^
cab3771 ^
589db74 ^




1265d9c ^

589db74 ^
cab3771 ^
a729179 ^
1265d9c ^
cab3771 ^
589db74 ^



cab3771 ^
589db74 ^
cab3771 ^
80e891a ^
589db74 ^

cab3771 ^
8492a21 ^
589db74 ^







8492a21 ^
b76deea ^
648ca98 ^
589db74 ^
8492a21 ^
0911cd5 ^
1c41b63 ^
cab3771 ^
8492a21 ^
cab3771 ^

607ece8 ^
1228448 ^


cab3771 ^
b76deea ^


cab3771 ^





1170893 ^



cab3771 ^



80e891a ^
589db74 ^
589db74 ^
































cab3771 ^
8492a21 ^
b60999c ^
9e28a02 ^




8492a21 ^
589db74 ^
dee0f89 ^



589db74 ^





dee0f89 ^



14cb8cb ^















589db74 ^






































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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210