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

mattwparas / steel / 19991502472
45%

Build:
DEFAULT BRANCH: master
Ran 06 Dec 2025 05:17PM 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

06 Dec 2025 04:56PM UTC coverage: 49.425% (+0.08%) from 49.341%
19991502472

push

github

web-flow
make it possible to Hash all steel values (#580)

* don't make different reducers equal?

previously `(equal? (into-sum) (into-count))` returned true, even though
i don't think that makes a lot of sense.

* make it possible to compare Boxed values

`visit_boxed_value` was already implemented, it just wasn't called.

before:

```
λ > (equal? (box-strong 0) (box-strong 0))
=> #false
```

now:

```
λ > (equal? (box-strong 0) (box-strong 0))
=> #true
```

* make futures / futurefuncs / streams comparable with equal?

`eqv?` already worked on futures, futurefuncs and streams by just doing
ptr_eq on the Gc.

* make ports be able to `equal?` eachother if they are the same instance

* implement Hash for all possible SteelVals

* remove `SteelVal::is_hashable` and all of its usages.

* remove all references to `hashable?` in the documentation

* add some hashing tests

46 of 90 new or added lines in 5 files covered. (51.11%)

19 existing lines in 4 files now uncovered.

16017 of 32407 relevant lines covered (49.42%)

3661430.98 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
56.92
0.59% crates/steel-core/src/primitives/hashsets.rs
11
52.54
2.54% crates/steel-core/src/primitives/hashmaps.rs
15
51.89
1.36% crates/steel-core/src/rvals/cycles.rs
17
33.33
0.18% crates/steel-core/src/rvals.rs

Uncovered Existing Lines

Lines Coverage ∆ File
2
54.05
-5.41% crates/steel-parser/src/span.rs
5
33.33
0.18% crates/steel-core/src/rvals.rs
5
58.31
-0.89% crates/steel-core/src/values/structs.rs
7
53.57
-12.5% crates/steel-core/src/env.rs
Jobs
ID Job ID Ran Files Coverage
1 19991502472.1 06 Dec 2025 05:17PM UTC 121
49.42
GitHub Action Run
Source Files on build 19991502472
  • Tree
  • List 121
  • Changed 16
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 875b6739 on github
  • Prev Build on master (#19966807955)
  • Next Build on master (#20287507353)
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