about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-22 10:09:18 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-22 10:09:18 -0800
commitf7808ea1295398f31d8da40fe88e6c723662cf3f (patch)
treefe00810bd5abad9eb9b7b59028c2275ed946c541
parent6cb233fc43239c67caffadbd47e51594232e23bd (diff)
downloadmu-f7808ea1295398f31d8da40fe88e6c723662cf3f.tar.gz
2587 - bugfix: show-screen on warnings
See `cannot_write_tests_for`.
-rw-r--r--edit/010-warnings.mu1
-rw-r--r--sandbox/010-warnings.mu1
2 files changed, 0 insertions, 2 deletions
diff --git a/edit/010-warnings.mu b/edit/010-warnings.mu
index 9b886508..6d8b66e0 100644
--- a/edit/010-warnings.mu
+++ b/edit/010-warnings.mu
@@ -77,7 +77,6 @@ before <render-components-end> [
 #?     $print [update-status: sandbox warning], 10/newline
     update-status screen, status, 1/red
 #?     $print [run sandboxes end], 10/newline
-    reply
   }
 ]
 
diff --git a/sandbox/010-warnings.mu b/sandbox/010-warnings.mu
index 317a857a..c922e3d0 100644
--- a/sandbox/010-warnings.mu
+++ b/sandbox/010-warnings.mu
@@ -66,7 +66,6 @@ before <render-components-end> [
 #?     $print [update-status: sandbox warning], 10/newline
     update-status screen, status, 1/red
 #?     $print [run sandboxes end], 10/newline
-    reply
   }
 ]
 
Kartik Agaram <vc@akkartik.com> 2019-01-04 15:37:16 -0800 committer Kartik Agaram <vc@akkartik.com> 2019-01-04 15:37:16 -0800 4906 - helper to allocate streams on the heap' href='/akkartik/mu/commit/subx/067new-stream.subx?h=hlt&id=bc20cc3d4561152e1cef98cccc23488e02979c34'>bc20cc3d ^
33352536 ^
6070c23e ^
33352536 ^

ca358b17 ^
33352536 ^
546a9298 ^
bc20cc3d ^
546a9298 ^
33352536 ^

bc20cc3d ^


546a9298 ^





ca358b17 ^
33352536 ^

bc20cc3d ^
33352536 ^
bc20cc3d ^


33352536 ^
bc20cc3d ^

33352536 ^
546a9298 ^
7a583220 ^
33352536 ^

bc20cc3d ^




3a044623 ^
bc20cc3d ^



33352536 ^
bc20cc3d ^
33352536 ^
7dac9ade ^
bc20cc3d ^


7a583220 ^
33352536 ^

71eb22a5 ^
c88b9e31 ^

33352536 ^
c88b9e31 ^
bc20cc3d ^
33352536 ^
bc20cc3d ^
bc20cc3d ^
c88b9e31 ^
bc20cc3d ^
33352536 ^


546a9298 ^




bc20cc3d ^
546a9298 ^
bc20cc3d ^

33352536 ^
bc20cc3d ^


546a9298 ^


33352536 ^
bc20cc3d ^

33352536 ^

bc20cc3d ^


33352536 ^
546a9298 ^

bfcc0f85 ^
bc20cc3d ^
bfcc0f85 ^
bc20cc3d ^
33352536 ^
bc20cc3d ^


33352536 ^
bc20cc3d ^
546a9298 ^

7a583220 ^
33352536 ^

bc20cc3d ^


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