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

mstade / funkis
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: get-in
DEFAULT BRANCH: master
Repo Added 16 Mar 2014 02:04AM UTC
Files 40
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

LAST BUILD ON BRANCH lazy-seq
branch: lazy-seq
CHANGE BRANCH
x
Reset
  • lazy-seq
  • and
  • call-and-apply
  • chan
  • change-object-seq
  • channels
  • cons
  • deconstify
  • deftype
  • fn
  • get-in
  • inc-dec
  • is-and-isnt
  • master
  • merge
  • must
  • origin/and
  • remove-nil
  • variadic

pending completion
30

push

travis-ci

mstade
Added tests for ES6 iterator protocol on seq

255 of 255 relevant lines covered (100.0%)

167.23 hits per line

Relevant lines Covered
Build:
Build:
255 RELEVANT LINES 255 COVERED LINES
167.23 HITS PER LINE
Source Files on lazy-seq
  • List 0
  • Changed 11
  • Source Changed 1
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30 lazy-seq Added tests for ES6 iterator protocol on seq push 10 Apr 2014 03:53PM UTC mstade travis-ci pending completion  
28 lazy-seq Renamed `seq.head` to `seq.first` and `seq.tail` to `seq.rest` This naming is so much nicer, it's sugar and spicer. push 09 Apr 2014 07:26PM UTC mstade travis-ci pending completion  
26 lazy-seq Added an implementation of the iterator protocol for `seq` Because of how ES6 iterators work, in order to support the `for..of` syntax sugar nicely we have to implement the `next` method on the `seq` object itself. This method has side effects, b... push 07 Apr 2014 11:29AM UTC mstade travis-ci pending completion  
23 lazy-seq Refactored `seq` again; also added the `lim` function The signature of `seq` is now much less smelly. The `length` field is still around, for those lazy sequences that *do* know their length up front (range, for instance.) The `lim` function was... push 05 Apr 2014 11:03PM UTC mstade travis-ci pending completion  
20 lazy-seq Added `isEmpty` and changed `count` to throw on uncountables Previously `count` would return 0 for falsy values, but this doesn't really make much sense for booleans, for instance. Now, it'll throw if the object is uncountable. `isEmpty` will re... push 23 Mar 2014 06:43AM UTC mstade travis-ci pending completion  
18 lazy-seq Refactored `seq` to make it trivial to create lazy sequences If the `seq` constructor is called with just the one thing, we assume like before that it's an object that is sequencable. If we get more parameters however, we assume the sequence is l... push 23 Mar 2014 01:22AM UTC mstade travis-ci pending completion  
See All Builds (111)
  • Repo on GitHub
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

© 2025 Coveralls, Inc