about summary refs log tree commit diff stats
path: root/051scenario_test.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-03-08 17:15:19 -0800
committerKartik Agaram <vc@akkartik.com>2019-03-08 17:15:19 -0800
commit7a22a21995001cbdf72c5e3b92f52c9abcee3202 (patch)
treeb876c36d1788ee8d3c091e1ee05dacb6b839c44c /051scenario_test.mu
parent092cede5da0f329f2b624d31cfe76136cfc6a6ed (diff)
downloadmu-7a22a21995001cbdf72c5e3b92f52c9abcee3202.tar.gz
4996 - back on pack.subx
Yet another redrawing of responsibilities between convert and its helpers.

In the process I discovered a bug in `write-stream-buffered` which ended
up taking me through a detour to extract `browse_trace` into its own tool.
It turns out just having long buffers is enough to need browse_trace. Simple
operations like clearing a stream swamp a flat view of the trace.
Diffstat (limited to '051scenario_test.mu')
0 files changed, 0 insertions, 0 deletions
5' href='#n125'>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