• 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 remove-nil
branch: remove-nil
CHANGE BRANCH
x
Reset
  • remove-nil
  • and
  • call-and-apply
  • chan
  • change-object-seq
  • channels
  • cons
  • deconstify
  • deftype
  • fn
  • get-in
  • inc-dec
  • is-and-isnt
  • lazy-seq
  • master
  • merge
  • must
  • origin/and
  • variadic

pending completion
33

push

travis-ci

mstade
Removed `nil`

Having three kinds of objects to denote the absence of a value
is a bit retarded, so I removed the one I added. For denoting
the end of a sequence, I added the `done` property on the
`seq` function instead. Feels safer anyhow.

Also renamed `isNil` to `isnt` and added a converse `is`
function. Makes it nicer to read code than seeing bangs
everywhere.

Removed `lim` as well, since it was an odd ball and when `nil`
disappeared it was tricky to make it work with `seq`.
I took a cue from Clojure's `repeatedly` instead, with the
important difference that in this version of repeatedly each
function call will have its index passed.

Added a naive implementation of `nth`, which probably should
be optimized at some point.

273 of 273 relevant lines covered (100.0%)

311.91 hits per line

Relevant lines Covered
Build:
Build:
273 RELEVANT LINES 273 COVERED LINES
311.91 HITS PER LINE
Source Files on remove-nil
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33 remove-nil Removed `nil` Having three kinds of objects to denote the absence of a value is a bit retarded, so I removed the one I added. For denoting the end of a sequence, I added the `done` property on the `seq` function instead. Feels safer anyhow. Also... push 12 Apr 2014 01:07AM 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