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

labrad / pylabrad / 533
60%

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

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

Jobs
ID Job ID Ran Files Coverage
1 533.1 (SCALABRAD_VERSION=0.5.1) 03 Mar 2016 12:19AM UTC 0
53.5
Travis Job 533.1
Source Files on build 533
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #533
  • 165b7aa5 on github
  • Prev Build on master (#524)
  • Next Build on master (#539)
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