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

msoucy / dproto / 227 / 4
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 26 Jan 2018 07:38PM UTC
Files 11
Run time 2s
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

26 Jan 2018 07:36PM UTC coverage: 82.405%. First build
227.4

Pull #131

travis-ci

web-flow
fixes issue #115 and also pre-existing bug with sint64 and sint32; incorporates idea
     from @redstar in pull #130 for backward compatibility with older dmd

     Root cause of 115 is that the used base data type for reading
     an integer is always `ulong`. Converting a (huge) value to a signed,
     possible shorter data type results in the onversion exception.

     Solution is to use the correct type. This eliminates almost all calls
     to the `std.conv.to` function.

     For sint32/sint64, this was related to an overload never being called
     because of dmd overload resolution rules regarding const vs mutable
Pull Request #131: fixes issue #115 and also pre-existing bug with sint64 and sint32

843 of 1023 relevant lines covered (82.4%)

21.78 hits per line

Source Files on job 227.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 227
  • Travis Job 227.4
  • 204c1a33 on github
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