about summary refs log tree commit diff stats
path: root/callcc.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-25 00:02:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-25 00:02:20 -0700
commit35064671ef90ec6e35eafd9b15363058bf4f23f4 (patch)
tree3a0b4b02cbdd1b304deb52d1673083091a1ed12d /callcc.mu
parenta17fd65ca0124f544bd4de844f1bfe2d91b46ae6 (diff)
downloadmu-35064671ef90ec6e35eafd9b15363058bf4f23f4.tar.gz
1844 - explicitly end each trace line
More verbose, but it saves trouble when debugging; there's never
something you thought should be traced but just never came out the other
end.

Also got rid of fatal errors entirely. Everything's a warning now, and
code after a warning isn't guaranteed to run.
Diffstat (limited to 'callcc.mu')
0 files changed, 0 insertions, 0 deletions
ef='/akspecs/aerc/commit/go.mod?id=8d4c6e1adf6e19cc88e7b7b6cc5b8b6ba5454db4'>8d4c6e1 ^
8d4c6e1 ^
f3158b3 ^
8d4c6e1 ^







89f1684 ^
8d4c6e1 ^
89f1684 ^
8d4c6e1 ^
8d4c6e1 ^


89f1684 ^
513e8aa ^
89f1684 ^
8d4c6e1 ^
8d4c6e1 ^








3836d24 ^
56b84d3 ^
280d8e7 ^
32fd585 ^
a9330f4 ^
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