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

labrad / pylabrad / 533 / 1
60%
master: 60%

Build:
DEFAULT BRANCH: master
Ran 03 Mar 2016 12:19AM UTC
Files 52
Run time 3s
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

03 Mar 2016 12:14AM UTC coverage: 53.496% (+0.3%) from 53.244%
SCALABRAD_VERSION=0.5.1

push

travis-ci

maffoo
Replace custom Future implementation with standard futures lib.

We use a subclass of Future that is backwards compatible with the old
implementation, but deprecate the .wait() method. In addition, we
change the way Futures are used when calling settings and sending
packets. Previously, these could be given an extra 'wait' argument to
control whether to block until the result was available or to return
a Future. While this usage is still supported, it will now result in
deprecation warnings. Instead, we provide separate .future and
.send_future methods for settings and packets, respectively.

Until all users have transitioned away from the old Future class, we
need to support the addCallback method. This method is awkward because
it requires futures to be mutable (adding a callback changes the value
of that future, rather than producing a new future). We introduce the
MutableFuture class to handle the details of dealing with these
callbacks.

Review: @ejeffrey

4606 of 8610 relevant lines covered (53.5%)

0.53 hits per line

Source Files on job 533.1 (SCALABRAD_VERSION=0.5.1)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 533
  • Travis Job 533.1
  • 165b7aa5 on github
  • Prev Job for SCALABRAD_VERSION=0.5.1 on master (#524.1)
  • Next Job for SCALABRAD_VERSION=0.5.1 on master (#539.1)
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