• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mattwparas / steel / 17624881978 / 1
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2025 08:00PM UTC
Files 118
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Sep 2025 07:36PM UTC coverage: 43.312% (-0.006%) from 43.318%
17624881978.1

push

github

web-flow
flush stdout in repl after user prompt (#506)

when i changed the buffering i said that nothing relies on the flushing
behaviour of write. turns out, this is incorrect. i still stand by the
fact that nothing *should* rely on that behaviour, but the repl actually
does.

before:

```
λ > (display 'symbol)
λ > (write "string")
λ > (newline)
symbol"string"
λ > (display (list 1 2 3))
λ >
(1 2 3)CTRL-D
```

after:

```
λ > (display 'symbol)
symbol
λ > (write "string")
"string"
λ > (newline)

λ > (display (list 1 2 3))
(1 2 3)
λ >
CTRL-D
```

this was actually observable before my change as well, when using
`(write-char)` in the repl, but it is now significantly more obvious, as
it now affects all write calls without a newline.

```
λ > (write-char #\w)
λ > (write-char #\h)
λ > (write-char #\y)
λ > (newline)
why
```

12336 of 28482 relevant lines covered (43.31%)

3004290.01 hits per line

Source Files on job 17624881978.1
  • Tree
  • List 118
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17624881978
  • ac473cd0 on github
  • Prev Job for on master (#17569005071.1)
  • Next Job for on master (#17633159177.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc