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

mattwparas / steel / 17624881978
45%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2025 08:00PM UTC
Jobs 1
Files 118
Run time 1min
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

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
```

0 of 2 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

12336 of 28482 relevant lines covered (43.31%)

3004290.01 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
3.68
-0.04% crates/steel-repl/src/repl.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
40.99
-0.09% crates/steel-core/src/rvals/cycles.rs
Jobs
ID Job ID Ran Files Coverage
1 17624881978.1 10 Sep 2025 08:00PM UTC 118
43.31
GitHub Action Run
Source Files on build 17624881978
  • Tree
  • List 118
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ac473cd0 on github
  • Prev Build on master (#17569005071)
  • Next Build on master (#17633159177)
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