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

hylang / hy / 1040
42%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2014 12:10AM UTC
Jobs 5
Files 52
Run time 3min
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
1040

push

travis-ci

berkerpeksag
Raise exceptions when no handlers are provided.

Also small DRYing in try handling.

Previously, writing a bare (try (foo)) would invoke Pokemon
exception catching (gotta catch 'em all) instead of the correct
behavior, which is to raise the exception if no handler is provided.

Note that this is a cute feature of Hy, as a `try` with no `except`
is a syntax error.  We avoid the syntax error here because we don't
use Python's compiler, which is the only thing that can throw
Syntax Errors.  :D

Fixes #555.

2404 of 2721 relevant lines covered (88.35%)

4.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1040.1 28 Apr 2014 12:13AM UTC 0
87.25
Travis Job 1040.1
2 1040.2 28 Apr 2014 12:10AM UTC 0
86.88
Travis Job 1040.2
3 1040.3 28 Apr 2014 12:10AM UTC 0
87.1
Travis Job 1040.3
4 1040.4 28 Apr 2014 12:13AM UTC 0
86.88
Travis Job 1040.4
5 1040.5 28 Apr 2014 12:12AM UTC 0
86.95
Travis Job 1040.5
Source Files on build 1040
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1040
  • 3f9ae912 on github
  • Prev Build on master (#1031)
  • Next Build on master (#1043)
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