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

mattwparas / steel / 17881564849
45%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2025 03:44PM 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

20 Sep 2025 03:21PM UTC coverage: 43.3% (-0.03%) from 43.326%
17881564849

push

github

web-flow
implement and fix case-folding / case insensitive procedures (#523)

* add some string equality tests

currently most of these are not implemented or will fail, but having
tests, that are then commented out makes it a little more obvious where
it is currently incorrect.

as a drive-by, this also includes the docs i forgot to generate in my
last pr.

* implement char-ci=? via icu_casemap

* implement the rest of the case-insensitive char comparisons

* implement char-foldcase, fix char-upcase and char-downcase

previously char-upcase and char-downcase were applying full case
mappings and then taking the first char instead of simple case mappings,
resulting in unexpected behavior such as (char-upcase #\ß) ;; => #\S

* rename procedures to string-upcase and string-downcase

... and then add the previous names as aliases.

this is to align the procedure names with r7rs without breaking backwards
compatibility.

* implement string-foldcase

* do full case-folding in string equality procedures

* add examples to the string/char equality/case mapping procedures

* add examples to char comparison procedures

41 of 43 new or added lines in 1 file covered. (95.35%)

45 existing lines in 7 files now uncovered.

12421 of 28686 relevant lines covered (43.3%)

2991489.96 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
77.89
2.34% crates/steel-core/src/primitives/strings.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
52.79
-0.1% crates/steel-parser/src/ast.rs
2
54.05
-5.41% crates/steel-parser/src/span.rs
3
34.75
-2.13% crates/steel-core/src/rerrs.rs
4
18.33
-6.67% crates/steel-core/src/core/instructions.rs
4
34.04
0.0% crates/steel-core/src/rvals.rs
13
30.89
-3.06% crates/steel-core/src/primitives.rs
18
53.16
-2.31% crates/steel-core/src/primitives/numbers.rs
Jobs
ID Job ID Ran Files Coverage
1 17881564849.1 20 Sep 2025 03:44PM UTC 118
43.3
GitHub Action Run
Source Files on build 17881564849
  • Tree
  • List 118
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2c84fd2f on github
  • Prev Build on master (#17830907210)
  • Next Build on master (#17881568965)
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