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

warner / foolscap / 200
89%

Build:
DEFAULT BRANCH: master
Ran 07 Apr 2016 01:22AM UTC
Jobs 1
Files 0
Run time –
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
200

push

travis-ci

warner
Merge branch '252-no-autodetect'

This deprecates all automatic IP/port detection functions (signalling a
DeprecationWarning if used):

* Tub.setLocationAutomatically()
* Tub.listenOn("tcp:0")  (other strings are fine, of course)
* Listener.getPortnum()

For IP addresses (generally passed to Tub.setLocation to build a FURL),
applications should either use "127.0.0.1", or get a hostname/address
from their user/admin (who is in a much better position to know how the
host might be reachable from other machines).

For port numbers (passed to both Tub.listenOn and .setLocation),
applications should either use foolscap.util.allocate_tcp_port() (which
does not block, and does not need a reactor to be running), or get a
port number from their user/admin.

Foolscap no longer uses these features internally, so many "flogtool"
and "flappserver" modes now require a "--location=HOSTNAME" option, and
reject "--port=tcp:0".
Jobs
ID Job ID Ran Files Coverage
1 200.1 07 Apr 2016 01:22AM UTC 0
Travis Job 200.1
Source Files on build 200
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #200
  • 5946155f on github
  • Prev Build on master (#197)
  • Next Build on master (#201)
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