From f0c55e6b97edf8971ce4adad3ee53cbfa406b7ef Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 27 Dec 2017 20:38:53 -0800 Subject: 4165 --- html/075channel.mu.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'html/075channel.mu.html') diff --git a/html/075channel.mu.html b/html/075channel.mu.html index 6aa979d9..0b432389 100644 --- a/html/075channel.mu.html +++ b/html/075channel.mu.html @@ -149,7 +149,7 @@ if ('onhashchange' in window) { 85 ¦ reset lock 86 ¦ current-routine-is-blocked 87 ¦ switch # avoid spinlocking - 88 ¦ loop + 88 ¦ loop 89 } 90 current-routine-is-unblocked 91 #? $print [performing write], 10/newline @@ -196,7 +196,7 @@ if ('onhashchange' in window) { 132 ¦ current-routine-is-blocked 133 ¦ <channel-read-empty> 134 ¦ switch # avoid spinlocking -135 ¦ loop +135 ¦ loop 136 } 137 current-routine-is-unblocked 138 # pull result off @@ -381,7 +381,7 @@ if ('onhashchange' in window) { 317 ¦ empty?:bool <- channel-empty? chan 318 ¦ break-if empty? 319 ¦ _, _, in <- read in -320 ¦ loop +320 ¦ loop 321 } 322 ] 323 @@ -424,7 +424,7 @@ if ('onhashchange' in window) { 360 ¦ break-unless closed? 361 ¦ empty-result:&:_elem <- new _elem:type 362 ¦ current-routine-is-unblocked -363 ¦ return *empty-result, 1/true +363 ¦ return *empty-result, 1/true 364 } 365 ] 366 @@ -495,13 +495,13 @@ if ('onhashchange' in window) { 431 ¦ ¦ ¦ ¦ *line <- put *line, length:offset, buffer-length 432 ¦ ¦ ¦ } 433 ¦ ¦ ¦ # and don't append this one -434 ¦ ¦ ¦ loop +next-character +434 ¦ ¦ ¦ loop +next-character 435 ¦ ¦ } 436 ¦ ¦ # append anything else 437 ¦ ¦ line <- append line, c 438 ¦ ¦ line-done?:bool <- equal c, 10/newline 439 ¦ ¦ break-if line-done? -440 ¦ ¦ loop +440 ¦ ¦ loop 441 ¦ } 442 ¦ # copy line into 'buffered-out' 443 ¦ i:num <- copy 0 @@ -513,14 +513,14 @@ if ('onhashchange' in window) { 449 ¦ ¦ c:char <- index *line-contents, i 450 ¦ ¦ buffered-out <- write buffered-out, c 451 ¦ ¦ i <- add i, 1 -452 ¦ ¦ loop +452 ¦ ¦ loop 453 ¦ } 454 ¦ { 455 ¦ ¦ break-unless eof? 456 ¦ ¦ buffered-out <- close buffered-out -457 ¦ ¦ return +457 ¦ ¦ return 458 ¦ } -459 ¦ loop +459 ¦ loop 460 } 461 ] 462 @@ -576,7 +576,7 @@ if ('onhashchange' in window) { 512 ¦ c:char, done?:bool <- read source 513 ¦ break-if done? 514 ¦ buf <- append buf, c -515 ¦ loop +515 ¦ loop 516 } 517 result <- buffer-to-array buf 518 ] -- cgit 1.4.1-2-gfad0