about summary refs log tree commit diff stats
path: root/012transform.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-4/+4
| | | | | | | It comes up pretty early in the codebase, but hopefully won't come up in the mu level until we get to higher-order recipes. Potentially intimidating name, but such prime real estate with no confusing overloadings in other projects!
* 1699 - first-class recipe typesKartik K. Agaram2015-07-031-0/+1
| | | | | It should now be easy to do dynamic dispatch, create higher-order functions, etc.
* 1399 - better 'unknown type' warningsKartik K. Agaram2015-05-181-1/+1
| | | | | | | | Implement warnings for types without definitions without constraining where type definitions must appear. We also eliminate the anti-pattern where a change in layer 10 had its test in layer 11 (commit 1383).
* 1391 - avoid unsigned integersKartik K. Agaram2015-05-171-5/+5
|
* 1387Kartik K. Agaram2015-05-161-2/+2
|
* 1357 - temporarily revert floating-point supportKartik K. Agaram2015-05-121-1/+1
|
* 1356 - snapshot #2: floating point supportKartik K. Agaram2015-05-121-1/+1
| | | | | | | | | | | | | | | I added one test to check that divide can return a float, then hacked at the rippling failures across the entire entire codebase until all tests pass. Now I need to look at the changes I made and see if there's a system to them, identify other places that I missed, and figure out the best way to cover all cases. I also need to show real rather than encoded values in the traces, but I can't use value() inside reagent methods because of the name clash with the member variable. So let's take a snapshot before we attempt any refactoring. This was non-trivial to get right. Even if I convince myself that I've gotten it right, I might back this all out if I can't easily *persuade others* that I've gotten it right.
* 1343Kartik K. Agaram2015-05-111-1/+1
|
* 1323 - keyboard supports backspace and newlineKartik K. Agaram2015-05-101-5/+2
| | | | | | Lots mixed into this commit: some off-by-one errors in display.cc a new transform to translate jump labels that I'd somehow never gotten around to supporting
* 1299 - stop using [] in any vectorKartik K. Agaram2015-05-071-4/+4
| | | | | | | | | Useful check: $ grep "[^ '\"]\[[^\"]" *.cc \ |perl -pwe 's/\Wargv\[|\WTests\[|\Wframe\[|\WMemory\[|\WName\[|\WSurrounding_space\[|\WRecipe\[|\WType\[|\WRecipe_number\[|\WType_number\[|\WBefore_fragments\[|\WAfter_fragments\[//g' \ |perl -pwe 's/\Wargv\[|\WTests\[|\Wframe\[|\WMemory\[|\WName\[|\WSurrounding_space\[|\WRecipe\[|\WType\[|\WRecipe_number\[|\WType_number\[|\WBefore_fragments\[|\WAfter_fragments\[//g' \ |grep '[^ ]\['
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+55
I've tried to update the Readme, but there are at least a couple of issues.
00 committer Drew DeVault <sir@cmpwn.com> 2020-01-24 10:50:21 -0500 Contextual UI Configuration' href='/akspecs/aerc/commit/widgets/account.go?id=b2fa5a16f52741a6f7f6e5f33561457d702dc31d'>b2fa5a1 ^
2d7a870 ^



e78b7b8 ^
b2fa5a1 ^
2d7a870 ^
b2fa5a1 ^


f6216bb ^
2d7a870 ^
648ca98 ^
e78b7b8 ^
b2fa5a1 ^


543510f ^









648ca98 ^
543510f ^



648ca98 ^
b76deea ^
24dfc47 ^
b76deea ^
905cb9d ^
2d7a870 ^

b76deea ^
543510f ^
0911cd5 ^
543510f ^
b2fa5a1 ^
905cb9d ^
2279ac3 ^
2349b7d ^
543510f ^

0911cd5 ^

0911cd5 ^
24dfc47 ^

589db74 ^
0911cd5 ^
2d7a870 ^
0911cd5 ^

a15ea01 ^
2dc4365 ^


a15ea01 ^









17bd2dc ^



475b697 ^







62946ff ^
24dfc47 ^
62946ff ^

607ece8 ^
1228448 ^


648ca98 ^
b76deea ^


648ca98 ^








c286d3d ^
f6216bb ^



589db74 ^

c286d3d ^
2349b7d ^

5de1bb8 ^
2349b7d ^
589db74 ^
cf66462 ^



77c76ba ^
cf66462 ^



626f91c ^
cf66462 ^

99c363b ^


9570f4b ^

cf66462 ^
589db74 ^
cf66462 ^
2349b7d ^

b60999c ^




2705d84 ^



24daef8 ^



753adb9 ^
4478c6a ^


753adb9 ^


363aab5 ^



3102ac3 ^



217e85a ^
f81e4bd ^
217e85a ^

572d9ff ^




753adb9 ^

ea2646f ^
9841876 ^
ea2646f ^
9841876 ^

363aab5 ^

753adb9 ^

b60999c ^
b389647 ^



1b673b5 ^
4ec7f5d ^







acfe7d7 ^

fe1cabb ^

b389647 ^

1b673b5 ^
b389647 ^

dc4c36a ^
d44bdc9 ^
dc4c36a ^


152f8c9 ^
b2fa5a1 ^
152f8c9 ^

dc4c36a ^
1b673b5 ^
b389647 ^

1b673b5 ^
2a0430a ^


5090a4c ^

0abafa6 ^
1b673b5 ^
5090a4c ^

b389647 ^
1b673b5 ^
5090a4c ^

312a53e ^
1b673b5 ^
5090a4c ^

2705d84 ^

b389647 ^

749dbb9 ^
b389647 ^
b60999c ^
90d26da ^

b2fa5a1 ^
90d26da ^

b2fa5a1 ^
90d26da ^
caad1b2 ^
90d26da ^



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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296