about summary refs log tree commit diff stats
path: root/build_and_test_until
Commit message (Collapse)AuthorAgeFilesLines
* 4253 - support running just a single C testKartik Agaram2018-06-061-1/+3
| | | | We've had this ability for Mu scenarios forever.
* 4251 - speed up repeated builds until the same layerKartik Agaram2018-06-051-2/+13
| | | | Also allow running a single test, to speed things up still further.
* 4219 - add an even simpler build scriptKartik K. Agaram2018-03-131-1/+1
|
* 4216 - include simpler alternative to build scriptKartik K. Agaram2018-03-121-1/+1
|
* 4211Kartik K. Agaram2018-02-201-0/+1
| | | | | | | | Just ran into first issue from using the portable /bin/sh rather than a modern shell: https://stackoverflow.com/questions/15744421/read-command-doesnt-wait-for-input Turn on errexit everywhere.
* 4016 - include subx/ tests in CIKartik K. Agaram2017-10-111-1/+1
|
* 3506Kartik K. Agaram2016-10-161-0/+1
|
* 3455Kartik K. Agaram2016-10-061-1/+1
|
* 3450Kartik K. Agaram2016-10-061-1/+1
| | | | Purge remaining `makefile`s, without breaking CI.
* 2964Kartik K. Agaram2016-05-151-2/+1
|
* 2946Kartik K. Agaram2016-05-081-22/+2
| | | | | | | | | | | | | Reorganize build system to minimize duplication while handling 3 scenarios: 1. Locally running tests with `mu test` 2. Locally running tests until some layer with `build_and_test_until` 3. Running on Linux with `test_layers` 4. Running on Travis CI with multiple sharded calls to `test_layers` One thing we drop at this point is support for OSX in test_layers. We don't need it now that we have Travis CI working.
* 2942 - switch scripts to bashKartik K. Agaram2016-05-081-2/+2
| | | | | I'm already using grep and perl, bash is no worse, and it's *much* nicer to work in than plain Bourne sh.
* 2934 - all layers running againKartik K. Agaram2016-05-071-2/+2
| | | | | | Since I switched to a Mac laptop (commit 2725) I've been lax in running test_all_layers because I have to ssh into a server and whatnot. I should just get CI setup somewhere..
* 2861 - 'maybe-convert' no longer returns addressKartik K. Agaram2016-04-231-1/+1
|
* 2860 - rename 'index-address' to 'put-index'Kartik K. Agaram2016-04-231-1/+1
|
* 2828Kartik K. Agaram2016-04-101-3/+13
|
* 2778 - fix all layersKartik K. Agaram2016-03-141-0/+2
|
* 2770 - drop a warning from clang 3.4Kartik K. Agaram2016-03-131-1/+1
| | | | | I'm now running valgrind on my Linux server rather than my Mac laptop. Little less convenient; let's see how it goes.
* 2319Kartik K. Agaram2015-10-291-2/+3
|
* 2288Kartik K. Agaram2015-10-271-3/+3
| | | | | | | Make it easy to skip distracting valgrind errors when debugging more obvious errors in early layers. Just throw a 'test' at the end of build_and_test_until commands to not run valgrind (and make it a regular test run).
* 2197Kartik K. Agaram2015-09-141-1/+1
|
* 2002Kartik K. Agaram2015-08-141-3/+1
| | | | | | | | | No, 2001 is no good. Phony targets can't early-exit if everything's built. New approach: $ CFLAGS=-g make && ./mu test etc.
* 1948Kartik K. Agaram2015-08-061-2/+2
|
* 1921 - show trace by clicking on codeKartik K. Agaram2015-08-021-2/+2
| | | | | | | Region to click on to edit is now reduced to just the menu bar for the sandbox (excluding the 'x' for deleting the sandbox). The symmetry there might be useful, but we'll see if the relative click area is in line with how commonly the actions are performed.
* 1623Kartik K. Agaram2015-06-221-2/+3
|
* 1616 - merging keyboard and events into 'console'Kartik K. Agaram2015-06-211-2/+2
| | | | | Only core layers currently passing. Console apps are probably still broken.
* 1300Kartik K. Agaram2015-05-071-1/+2
|
* 1298 - better ingredient/product handlingKartik K. Agaram2015-05-071-1/+1
| | | | | | | | | | | | | | | | | | | All primitives now always write to all their products. If a product is not used that's fine, but if an instruction seems to expect too many products mu will complain. In the process, many primitives can operate on more than two ingredients where it seems intuitive. You can add or divide more than two numbers together, copy or negate multiple corresponding locations, etc. There's one remaining bit of ugliness. Some instructions like get/get-address, index/index-address, wait-for-location, these can unnecessarily load values from memory when they don't need to. Useful vim commands: %s/ingredients\[\([^\]]*\)\]/ingredients.at(\1)/gc %s/products\[\([^\]]*\)\]/products.at(\1)/gc .,$s/\[\(.\)]/.at(\1)/gc
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+11
I've tried to update the Readme, but there are at least a couple of issues.
9:46:14 -0700 1479 - screen tests can check color' href='/akkartik/mu/commit/072scenario_screen.cc?h=main&id=8c2d96a90d69abaf47b12547c97bde2740e0a90a'>8c2d96a9 ^
de49fb42 ^


f46db248 ^













de49fb42 ^
8c2d96a9 ^
1326a4ec ^
31401373 ^
ac0e9db5 ^
de49fb42 ^

ac0e9db5 ^

de49fb42 ^
ac0e9db5 ^
de49fb42 ^
ac0e9db5 ^
f46db248 ^


ac0e9db5 ^
f46db248 ^


2d863b1b ^
8c2d96a9 ^
f46db248 ^

1326a4ec ^
8cdfed6a ^



1326a4ec ^




564c65b2 ^
1326a4ec ^











1326a4ec ^
f46db248 ^

f7b31a14 ^
f46db248 ^



f7b31a14 ^
f46db248 ^



8e41a2b8 ^

f7b31a14 ^
8e41a2b8 ^



f46db248 ^
8e41a2b8 ^
3b168e00 ^



de49fb42 ^

f46db248 ^










































de49fb42 ^

8e41a2b8 ^













ac0e9db5 ^
8e41a2b8 ^
ac0e9db5 ^
8e41a2b8 ^
ac0e9db5 ^
8e41a2b8 ^

ac0e9db5 ^

8e41a2b8 ^

ac0e9db5 ^

7b7aa5f6 ^
ac0e9db5 ^
7b7aa5f6 ^
e45c1ce2 ^
7b7aa5f6 ^

1326a4ec ^
8e41a2b8 ^



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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340