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

mattwparas / steel / 25353976343
51%

Build:
DEFAULT BRANCH: master
Ran 05 May 2026 02:49AM UTC
Jobs 1
Files 121
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

05 May 2026 02:04AM UTC coverage: 51.311% (+0.5%) from 50.854%
25353976343

push

github

web-flow
add aliases to bytevector procedures for r7rs compat (#650)

* add aliases to bytevector procedures for r7rs compat

* implement read-bytes! and read-bytevector! procedures

similar to the read-bytes-into-buf procedure, but with start and end
parameters and not just a length.

* implement read-bytes-into-buf via read-bytes!

this simplifies the rust side a little but, but it also fixes an
outstanding bug, where read-bytes-into-buf would just ignore the given
amt and always try to fill the entire buf:

```
$ steel
λ > (define port (open-input-string "test"))
λ > (define buf (make-bytes 4))
λ > (read-bytes-into-buf buf 2 port)
=> 4
λ > buf
=> #u8(#x74 #x65 #x73 #x74)
λ > (peek-char port)
=> (eof)
λ >
```

* add tests for read-bytes! and read-bytes-into-buf

* cargo xtask docgen

5 of 7 new or added lines in 1 file covered. (71.43%)

49 existing lines in 11 files now uncovered.

19826 of 38639 relevant lines covered (51.31%)

4079226.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
70.27
1.8% crates/steel-core/src/primitives/ports.rs

Coverage Regressions

Lines Coverage ∆ File
15
37.14
-0.54% crates/steel-core/src/rvals.rs
8
29.58
-0.7% crates/steel-core/src/rerrs.rs
5
53.53
3.07% crates/steel-core/src/steel_vm/vm.rs
5
77.84
0.04% crates/steel-rc/src/lib.rs
3
52.93
0.02% crates/steel-core/src/primitives/numbers.rs
3
39.88
2.05% crates/steel-core/src/primitives.rs
3
56.03
-0.4% crates/steel-core/src/values/structs.rs
2
68.02
-0.34% crates/steel-core/src/compiler/compiler.rs
2
82.14
-3.57% crates/steel-core/src/compiler/map.rs
2
59.46
0.0% crates/steel-parser/src/span.rs
1
52.1
-0.4% crates/steel-core/src/values/lists.rs
Jobs
ID Job ID Ran Files Coverage
1 25353976343.1 05 May 2026 02:48AM UTC 121
51.31
GitHub Action Run
Source Files on build 25353976343
  • Tree
  • List 121
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a4777033 on github
  • Prev Build on master (#24063279349)
  • Next Build on master (#25356380106)
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