From dc5f112c3ea8aff1a389513fa6c33d88fab07420 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 25 Jun 2017 10:49:03 -0700 Subject: 3958 Improvement on fix 3957: rather than put a band-aid over a slow operation, eliminate the slowdown entirely. In this case it turns out we're unnecessarily saving files to disk when they could never be modified. Are we doing this on F4 as well?! --- html/edit/010-sandbox-trace.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/edit/010-sandbox-trace.mu.html') diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index 8578fa11..6a0b6435 100644 --- a/html/edit/010-sandbox-trace.mu.html +++ b/html/edit/010-sandbox-trace.mu.html @@ -304,13 +304,13 @@ if ('onhashchange' in window) { 241 ] 242 243 # when rendering a sandbox, dump its trace before response/warning if display-trace? property is set -244 after <render-sandbox-results> [ +244 after <render-sandbox-results> [ 245 { 246 ¦ display-trace?:bool <- get *sandbox, display-trace?:offset 247 ¦ break-unless display-trace? 248 ¦ sandbox-trace:text <- get *sandbox, trace:offset 249 ¦ break-unless sandbox-trace # nothing to print; move on -250 ¦ row, screen <- render-text screen, sandbox-trace, left, right, 245/grey, row +250 ¦ row, screen <- render-text screen, sandbox-trace, left, right, 245/grey, row 251 } 252 <render-sandbox-trace-done> 253 ] -- cgit 1.4.1-2-gfad0