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

RippeR37 / libbase / 39
85%
master: 83%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 13 Nov 2020 03:34PM UTC
Jobs 1
Files 31
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
39

push

travis-ci

RippeR37
Workaround for a bug in Clang compiler which crashed on too big `Bind*()` input

Previously, if a developer would provide more bind arguments to the
`base::Bind*()` call then the function takes, a static_assert() would be fired
but clang would still instantiate `std::index_sequence` with huge count (close
to maximum `size_t` value) which could freeze the machine before crashing.

Added workaround ensures that no such thing happens if the input to the
`base::Bind*()` function is too big.

484 of 550 relevant lines covered (88.0%)

24.58 hits per line

Jobs
ID Job ID Ran Files Coverage
17 39.17 (JOB_CONFIG="BUILD_TYPE=Debug && CODE_COVERAGE=1") 13 Nov 2020 03:35PM UTC 0
88.0
Travis Job 39.17
Source Files on build 39
  • Tree
  • List 31
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #39
  • 86508479 on github
  • Prev Build on develop (#38)
  • Next Build on develop (#42)
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

© 2025 Coveralls, Inc