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

chanzuckerberg / miniwdl / 122
97%

Build:
DEFAULT BRANCH: master
Ran 11 Nov 2018 10:28AM UTC
Jobs 1
Files 12
Run time 1s
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
122

push

travis-ci-com

web-flow
Tighten checking of optional types (#33)

Refine treatment of optional types so that `T?` does not in general satisfy `T` during type-checking.

Test corpi seem to demand a couple of workarounds:
1. A declaration like `T? name = <expr>`satisfies `T` during typechecking since the right-hand side suggests it cannot be null at runtime. In this case `name` is bound to `T` in the type environment, although the declaration type is still considered `T?`.
2. The `size()` standard library function takes `File?` instead of `File` as an argument, to allow a pattern observed a few times in the test corpi to typecheck: `if defined(f) then size(f) else ...`. It does not seem like this should be a special case just for `size()`.

1473 of 1579 relevant lines covered (93.29%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 122.1 11 Nov 2018 10:28AM UTC 0
93.29
Travis Job 122.1
Source Files on build 122
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #122
  • 612e00c0 on github
  • Prev Build on master (#122)
  • Next Build on master (#126)
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