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

mattwparas / steel / 17556167245
45%

Build:
DEFAULT BRANCH: master
Ran 08 Sep 2025 04: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

08 Sep 2025 03:37PM UTC coverage: 43.399% (+0.06%) from 43.344%
17556167245

push

github

web-flow
improve port `write` (#501)

* don't flush on write

the spec doesn't say anything about flushing, and there is a procedure
specifically to flushing, so i think it makes a lot more sense to not
always flush for performance reasons, as always flushing kind of defeats
the point of buffered-writing.

additionally, when `strace`-ing guile, it doesn't flush on write either.

* remove now-redundant write_and_flush macro

since there is now only one call, as the flush call is no longer there,
i can actually just inline it and it's actually shorter.

* use write_all over just write

calls to write can just decide not to write the entire input to the
buffer, so use `write_all`, which is a lot more sensible.

9 of 14 new or added lines in 1 file covered. (64.29%)

28 existing lines in 5 files now uncovered.

12360 of 28480 relevant lines covered (43.4%)

3042379.02 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
31.09
-1.06% crates/steel-core/src/values/port.rs

Uncovered Existing Lines

Lines Coverage ∆ File
2
35.59
0.9% crates/steel-core/src/rvals.rs
2
37.65
-0.19% crates/steel-core/src/values/closed.rs
2
60.44
-2.2% crates/steel-core/src/values/functions.rs
8
33.21
-3.02% crates/steel-core/src/steel_vm/transducers.rs
14
33.64
0.31% crates/steel-core/src/primitives.rs
Jobs
ID Job ID Ran Files Coverage
1 17556167245.1 08 Sep 2025 04:00PM UTC 118
43.4
GitHub Action Run
Source Files on build 17556167245
  • Tree
  • List 118
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8d85de86 on github
  • Prev Build on master (#17539747674)
  • Next Build on master (#17556488807)
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