Commit Graph

7100 Commits

Author SHA1 Message Date
Kartik K. Agaram
0ecba1bcb1 250 - experimental support for _ oarg
This radically overhauls our assumption that args must always be lists,
so we're probably missing things. Where we do, more tests are required.

Only important trace change: .traces/dummy-oarg
2014-11-07 11:50:41 -08:00
Kartik K. Agaram
55cf3fb58a 249
I've been meaning to fix that misleading label for some time now..
2014-11-07 11:31:46 -08:00
Kartik K. Agaram
d08f480fde 248
I've been using raw locations to make tests easy to read (test checks
the same locations that code modifies). But this means I have to manage
them myself, and I've been shoving variables into the storage for
compounds like tagged-value. Doesn't matter in this case since we don't
look at the contents of the tagged-value, but still unhygienic.

Maybe we need syntax for ignoring some output values?
2014-11-07 11:06:57 -08:00
Kartik K. Agaram
d430ce7c3d 247 2014-11-07 00:59:23 -08:00
Kartik K. Agaram
0c62881a6f 246 2014-11-07 00:56:42 -08:00
Kartik K. Agaram
e4821af3f8 245 - sanity check for type table 2014-11-06 21:45:07 -08:00
Kartik K. Agaram
6a16a4e007 244 2014-11-06 21:44:16 -08:00
Kartik K. Agaram
45fda26aa1 243 - robustify channel tests 2014-11-06 21:09:53 -08:00
Kartik K. Agaram
437de8d577 242 2014-11-06 19:14:55 -08:00
Kartik K. Agaram
84224cadcd 241 - 'sleep' on a memory location
I thought we could be oblivious of channels, but that requires more work.
2014-11-06 19:13:05 -08:00
Kartik K. Agaram
9d4694088d 240 2014-11-06 19:06:32 -08:00
Kartik K. Agaram
c370c7d849 239 2014-11-06 19:01:14 -08:00
Kartik K. Agaram
40544ff87c 238 - avoid deadlock if all jobs are sleeping 2014-11-06 16:08:16 -08:00
Kartik K. Agaram
64579cf7c8 237 - rudimentary 'sleep' 2014-11-06 16:05:57 -08:00
Kartik K. Agaram
f462b986b1 235 2014-11-06 15:24:16 -08:00
Kartik K. Agaram
6f8b711881 234 2014-11-06 15:24:00 -08:00
Kartik K. Agaram
fac6a170ed 233 - start tracking global cycle count
We're gonna need this to implement 'sleep'.
2014-11-06 11:36:16 -08:00
Kartik K. Agaram
c6ea9df841 232 2014-11-06 10:28:46 -08:00
Kartik K. Agaram
7d743c6061 231 2014-11-06 10:22:33 -08:00
Kartik K. Agaram
1f75e48cef 230 2014-11-06 10:21:15 -08:00
Kartik K. Agaram
1a85c63f4d 229 2014-11-04 19:00:49 -08:00
Kartik K. Agaram
e7d75e0bfa 228 - rudimentary read from channel 2014-11-04 18:35:13 -08:00
Kartik K. Agaram
ebdb363695 227 2014-11-04 18:33:07 -08:00
Kartik K. Agaram
da2a15e7d3 225 - simple writes to channel 2014-11-04 13:46:31 -08:00
Kartik K. Agaram
76e562a862 224 2014-11-04 13:45:35 -08:00
Kartik K. Agaram
101ee55263 223 2014-11-04 13:43:57 -08:00
Kartik K. Agaram
f27613a982 222 - trace cleanup 2014-11-04 13:42:49 -08:00
Kartik K. Agaram
4dbf55edbd 221 2014-11-04 00:01:57 -08:00
Kartik K. Agaram
02b89cc7be 220 - stop creating empty traces 2014-11-04 00:00:16 -08:00
Kartik K. Agaram
c6ef4826d6 219 2014-11-03 23:58:06 -08:00
Kartik K. Agaram
f9dd5af5c0 218 2014-11-03 23:35:06 -08:00
Kartik K. Agaram
08f0118a7c 217 2014-11-03 22:47:57 -08:00
Kartik K. Agaram
39cc7eb658 216 2014-11-03 22:38:28 -08:00
Kartik K. Agaram
83d275f9a8 215 - allow record fields to be named 2014-11-03 22:37:44 -08:00
Kartik K. Agaram
5be49b35fd 214 2014-11-03 22:32:56 -08:00
Kartik K. Agaram
002cbf13f1 213 - bring back the fork example 2014-11-01 16:34:33 -07:00
Kartik K. Agaram
2c9aa92f56 212 - initial flow
Bring back the example program.
2014-11-01 16:15:15 -07:00
Kartik K. Agaram
a65fbc8bf9 211 - update html for reading 2014-11-01 15:55:42 -07:00
Kartik K. Agaram
eee42c9411 210 - go over mu.arc.t narrative 2014-11-01 15:06:31 -07:00
Kartik K. Agaram
47aa28545e 209 2014-11-01 13:58:58 -07:00
Kartik K. Agaram
6cba4dbe70 208 2014-11-01 13:57:52 -07:00
Kartik K. Agaram
41cfcf7d4e 207 2014-11-01 12:46:45 -07:00
Kartik K. Agaram
fdf5e0832e 206 2014-11-01 12:40:59 -07:00
Kartik K. Agaram
d9e8ced7ea 206 2014-11-01 12:38:33 -07:00
Kartik K. Agaram
f9f437a356 205 2014-11-01 12:32:10 -07:00
Kartik K. Agaram
0e7fd320bd 204
Make 'idiv' test easier to read.
2014-11-01 12:31:29 -07:00
Kartik K. Agaram
57da58163f 203 2014-11-01 10:05:49 -07:00
Kartik K. Agaram
a8a1786bad 202 - variable names for edit.mu 2014-11-01 02:32:39 -07:00
Kartik K. Agaram
4da62e4ac3 201 2014-11-01 02:28:00 -07:00
Kartik K. Agaram
9059ccf615 199 - fix 'index' like 'get' in 190 2014-11-01 02:23:32 -07:00