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

netceteragroup / skele / 357
81%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2018 01:01PM UTC
Jobs 1
Files 72
Run time 12s
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

pending completion
357

push

travis-ci

web-flow
feat: Faster Cursors (#118)

The immutable/contrib/cursor implementation has been refined so that each cursor holds a pointer to the current data object in addition to root and keyPath. This makes getIn and especially get lookups 10x faster than before. As render methods usually are quite heavy in get calls, this should improve rendering significantly.

BREAKING CHANGE
The new cursor intentonally disallows storing cursors inside cursor
to warn against difficuilt to track situations that can lead to infinite loops.
Consequently the intenal redux store now keeps a vanilla immutable
structure as `state` rather than a cursor. This shouldn't cause
trouble except in redux middleware where the state is accessed
directly.

433 of 633 branches covered (68.4%)

Branch coverage included in aggregate %.

1010 of 1226 relevant lines covered (82.38%)

21.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 357.1 20 Sep 2018 01:01PM UTC 0
77.62
Travis Job 357.1
Source Files on build 357
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #357
  • 7874fae7 on github
  • Prev Build on master (#352)
  • Next Build on master (#358)
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