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

basilisp-lang / basilisp / 14551910947
99%

Build:
DEFAULT BRANCH: main
Ran 19 Apr 2025 07:00PM UTC
Jobs 1
Files 45
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

19 Apr 2025 06:44PM UTC coverage: 98.674% (+0.001%) from 98.673%
14551910947

push

github

web-flow
Make support for single-use iterables explicit (#1235)

Hi, 

could you please consider patch to remove explicit support of single-use
iterables in sequences. It fixes #1192.

single-use iterables now throw a `TypeError`, when they are implicitly
or explicitly coerced into a sequence. A new `iterator-seq` is
introduced to explicitly convert them into a seq instead . See
https://github.com/basilisp-lang/basilisp/pull/1198#issuecomment-2810302395
for the rationale.

The `count` fn was also updated to behave the same.

There were a few places where single use iterators were converted
implicitly to a seq, which are now explicitly converted using a
`iterator-seq` or the python equivalent instead.

Tests are added for the same, as well as documentation section under
Python Iterators.

Thanks

---------

Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>

1047 of 1056 branches covered (99.15%)

Branch coverage included in aggregate %.

15 of 15 new or added lines in 4 files covered. (100.0%)

8925 of 9050 relevant lines covered (98.62%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14551910947.1 19 Apr 2025 07:00PM UTC 45
98.67
GitHub Action Run
Source Files on build 14551910947
  • Tree
  • List 45
  • Changed 4
  • Source Changed 4
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #14551910947
  • 0d5a5b10 on github
  • Prev Build on main (#14540026390)
  • Next Build on main (#14553998431)
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