about summary refs log tree commit diff stats
path: root/cpp/.traces/scheduler_skips_completed_routines
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-02 11:43:48 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-02 11:43:48 -0700
commit981cc9e8e9fd2f76b4dced8b88f3dac41c87d761 (patch)
treed5658a8e665a218d51596818076829150ff3991c /cpp/.traces/scheduler_skips_completed_routines
parent3f3976b501249551347376a80c6ab66f7836c35e (diff)
downloadmu-981cc9e8e9fd2f76b4dced8b88f3dac41c87d761.tar.gz
1238 - stop dying on run("")
This makes our scenarios more flexible; we can now accept '+' and '-'
trace lines in any order, because the tangler simply inserts a no-op
run("") between them, and since we don't '===' clear the trace in
between, later checks continue to apply to the trace from the first
call to run().
Diffstat (limited to 'cpp/.traces/scheduler_skips_completed_routines')
0 files changed, 0 insertions, 0 deletions
<boothj5@gmail.com> 2014-08-24 20:57:39 +0100 Added license exemption for OpenSSL to source headers' href='/danisanti/profani-tty/commit/src/log.h?id=f9737251a68da0a815dffd8d10a575cfea8539c3'>f9737251 ^
a7d89e0e ^

5eaf687d ^


0a57c4de ^
da03617e ^
74a88ad5 ^







a2726b6a ^
2bbac1c8 ^

55f49f12 ^
a2726b6a ^




e9aaba93 ^
b302c604 ^
5eaf687d ^
e8314106 ^



5eaf687d ^
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